Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7227] MobileWeb: Complete Ti.UI.Window implementation

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-01-26T15:43:35.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-02, Release 2.0.0, Release 1.8.1, Release 1.8.2
ComponentsMobileWeb
Labelspointerevents, stage, stage2
ReporterChris Barber
AssigneeChris Barber
Created2012-01-16T13:57:21.000+0000
Updated2017-03-04T00:11:06.000+0000

Description

Extends Widget (View, Evented). Constructor needs to support being passed in a "url" property. Remove "blur" event from close() method since SuperView's close() method does it for us already. Methods: * close() - done! * open() - done! Properties: * modal - bool - if true, set z-index to something huge [stage] * orientation - done! * title - done! * titlePrompt * titleid Constants: * url Events: * blur - done! * close - done! * focus - done! * open - done! Update API docs with support for properties: * modal * transform

Attachments

FileDateSize
app.js2012-01-26T10:15:11.000+0000620
test.js2012-01-26T10:15:11.000+0000228

Comments

  1. Chris Barber 2012-01-26

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1270
  2. Chris Barber 2012-01-26

    The attached test case will test modal windows. If you add url:"test.js" to the createWindow() call, that will test URL stuff. You can also test with KitchenSink.
  3. Lee Morris 2017-03-04

    Closing ticket due to MobileWeb no longer being supported.

JSON Source