Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7799] MobileWeb: Remove dependency on FlexBox

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-04-12T17:58:17.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sRelease 2.1.0, Sprint 2012-08
ComponentsMobileWeb
Labelsdr-list, mw-list
ReporterIngo Muschenetz
AssigneeChris Barber
Created2012-02-24T10:16:06.000+0000
Updated2014-02-04T01:09:19.000+0000

Description

Mobile Web uses flex box to lay out a number of controls but it is not supported on IE9, and is not supported correctly on FF9 and older. We need to replace it with the new (undocumented, Mobile Web only) layouts "centeredHorizontal" and the like.

Attachments

FileDateSize
app.js2012-03-29T13:50:35.000+00004069

Comments

  1. Tony Lukasavage 2012-03-07

    Is there a workaround then for getting elements to center correctly on the latest released FF (10.0.2)? I ask because TiStudio seems to launch FF be default, so a majority of developers testing this will see the same issue right out of the box.
  2. Bryan Hughes 2012-03-07

    Unfortunately there is no workaround. I thought that FF finally fixed their flexbox bugs in 10, but I just did a test and it doesn't look like it.
  3. Bryan Hughes 2012-03-29

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/1885
  4. Bryan Hughes 2012-04-05

    2.0.1 PR: https://github.com/appcelerator/titanium_mobile/pull/1938

JSON Source