#17006 closed defect (fixed)
Cannot use the fixedFooter attribute to specify a non local footer for an embedded view
Reported by: | Sebastien Brunot | Owned by: | Eric Durocher |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Mobile | Version: | 1.9.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Problem reported on the dojo-interest mailing list (thanks richyevans):
I tried 1.9beta2 with our application today and the tab bar was dropping off the bottom again. I've tried my JSFiddle http://jsfiddle.net/GpmWw/3/ using Dojo nightly and the problem is shown there.
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | ticket17006.patch added |
---|
comment:2 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|---|
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
attribute fixedFooter can be used to specify an application footer that is not located in the parent view of the view, as it is possible in 1.8. The patch includes both a manual test and a doh test (IBM CCLA).