[TIMOB-1492] fullscreen windows in landscape orientation have click event problems
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:56:19.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | click, fullscreen, ios, orientation, window |
Reporter | dave |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:54:13.000+0000 |
Updated | 2011-04-17T01:56:19.000+0000 |
Description
when using a fullscreen window in landscape, buttons placed to the right of 320 pixels will not be clickable. if you place the button at left=300, then the left-most 20 pixels will be clickable, but not the rest of the button.
if you're using a regular window (fullscreen = false), then there is no problem.
this is for iPhone, not sure about Android.
if you set <statusbar-hidden> to true in tiapp.xml and/or to true, that seems to fix the problem. but if you do it in the javascript instead and don't modify the default values in tiapp.xml, then you get the problems above.
just verified - even if you change tiapp.xml above, if you also use "fullscreen=true" on a window, you'll get the strange clickable behavior problems above (in landscape of course).
Tested 1.6.0RC1, resolved. Bug was plausible so put in bugtests.