Opened 8 years ago
Closed 8 years ago
#16565 closed defect (fixed)
demos/mobileGallery: harmless exception when double-touching or double-clicking the "Back" button
Reported by: | Adrian Vasiliu | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.8.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Launch demos/mobileGallery/demo.html in any browser (including desktop).
- If testing on desktop, reduce the width of the window such that it only shows the list of demo views (thus, making appear a "Back" button in the heading of each demo view).
- Select any demo view (say, "Buttons").
- *Double*-click or *double*-touch the "Back" button
=> The JavaScript console shows an error such as (depending on browser):
Uncaught TypeError: Cannot read property 'to' of undefined
or
TypeError: Result of expression 'navRecord' [undefined] is not an object
This is a minor bug in mobileGallery's code (apparently harmless).
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | patch16565.patch added |
---|
comment:1 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
Avoid exception when double-clicking/touching Back button - Adrian Vasiliu (IBM, CCLA)