Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1492] fullscreen windows in landscape orientation have click event problems

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:56:19.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsclick, fullscreen, ios, orientation, window
Reporterdave
AssigneeReggie Seagraves
Created2011-04-15T02:54:13.000+0000
Updated2011-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.

Comments

  1. dave 2011-04-15

    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.

  2. dave 2011-04-15

    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).

  3. Stephen Tramer 2011-04-15

    Tested 1.6.0RC1, resolved. Bug was plausible so put in bugtests.

JSON Source