#13534 closed defect (fixed)
visibility:hidden on <body> disables input field auto-complete
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
dojox.mobile themes have visibility:hidden on the body element to avoid incomplete html rendering result to be shown before widget rendering finishes. However, it turned out that it could cause a problem on the input field auto-complete function. The user should be able to choose whether to apply visibility:hidden to the body or not.
Note: See
TracTickets for help on using
tickets.
(In [25922]) Fixes #13534 !strict. Removed visibility:hidden on the body element. If necessary, user applications can have <body style="visibility:hidden"> instead.