kriserickson/topcoat-touch

Bugs in demo

Opened this issue · 0 comments

It seems, that your Kitchen Sink One Document has some bugs:

  • clicking any "icon button" in "Form Example" section displays nasty nginx's "405 Not Allowed" error (only on Nexus demo, but both on mobile and desktop browser):

clipboard00

  • there is a z-order problem -- when any demo element (like button or checkbox) is below "back" button on top header, then clicking "back" button calls that element onclick / ontouch and does not returns to main screen (both Nexus and iPhone, but on mobile browser only),
  • all texts / help information available from drop-down menu (right-top corner) are displayed in message box covered with some strange layer (dimmed colors and transparency) and this layer blocks are user interaction thus making closing this dialog impossible and requiring entire page to be refreshed (on desktop browser for both Nexus and iOS, on mobile browser for Nexus only and for iOS above mentioned z-order problem appears, i.e. selecting any item from dropdown actually fires onclick / ontouch of an element below):

clipboard01

Aside of this, this looks like a really good and really fast mobile development framework! Congrats!