#14165 closed defect (fixed)
Opener behavior very strange on android phone
Reported by: | rott | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | DojoX Mobile | Version: | 1.7.0b1 |
Keywords: | android-bug | Cc: | |
Blocked By: | Blocking: |
Description
I have not looked at code, but took a video of the behavior of
On 10/28/2011 on an HTC EVO 4G. See attached.
Change History (13)
comment:1 Changed 9 years ago by
comment:3 Changed 9 years ago by
Yup sorry. When I visit the URL:
From an HTC EVO 4G web browser, the rendering is initially pushed way off screen, to the top.
- Drag it down so I can click the text field.
- When I click on the text box, the Opener slides up from bottom, but slides all the way up to mid-screen and pushes the text field off screen to the top.
- clicking it snaps it into proper place
- then I can scroll the list, but after a few scrolls the opener renders itself half-size
- Then a click "snaps" it back to proper size
- a few more swipes up or down, once the momentum stops, it disappears
- swiping in the area it should be makes it visible again, but it disappears after end of each momentum stop.
- finding and clicking the text box again makes everything disappear until I refresh the page.
It's just generally all around bad behavior. :)
The smaller testcases below renders ok, but demonstrates that the pull-down menu does not actually pull down, and the textbox does not bring up the soft keyboard:
- http://www.ohmyhead.com/temp/dojobug14165.html (keyboard *sometimes* renders)
- http://www.ohmyhead.com/temp/dojobug14165b.html (keyboard *never* renders -- note the addition of explicit width style on the Opener vs. just the z-index on the first html page)
comment:4 Changed 9 years ago by
Incidentally, changing from Opener to Overlay improves the behavior significantly.
comment:5 Changed 9 years ago by
Forgot to mention, the two smaller testcases are against Dojo SVN 26935.
comment:6 Changed 9 years ago by
Owner: | changed from ykami to Douglas Hays |
---|
comment:7 Changed 9 years ago by
Milestone: | tbd → 1.7.1 |
---|
comment:8 Changed 9 years ago by
Summary: | Opener behavior very strange on phone → Opener behavior very strange on android phone |
---|
The SELECT dropdown problem is an Android bug. rott, can you follow up on that since you found it. Removing Dojo, the following renders perfectly, but you cannot popup the SELECT dialog unless you touch several em's below it:
<body> <br><br><br><br><br> <select style="position:relative;z-index:1;"> <option value="0">One</option> <option value="1">Two</option> </select> <div style="position:fixed; left:0; bottom:0;"></div> </body>
comment:9 Changed 9 years ago by
Keywords: | android-bug added |
---|
comment:10 Changed 9 years ago by
I'm not seeing the original problem on my HTC with android 2.2.
rott, what android version are you running?
comment:11 Changed 9 years ago by
Milestone: | 1.7.1 → 1.8 |
---|
Fix needs some test time before being backported to 1.7.
Video here: http://www.ohmyhead.com/temp/dojobugs/14165/