[TIMOB-10748] Blackberry: AlertDialog inherits from View rather than Proxy
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-22T18:54:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BlackBerry |
Labels | notable |
Reporter | Jean-Philippe Lemieux |
Assignee | Russell McMahon |
Created | 2012-09-04T13:19:29.000+0000 |
Updated | 2017-03-09T19:38:54.000+0000 |
Description
AlertDialog inherits from the wrong parent.
To change this, the properties of UI.AlertDialog need to be moved to TIProxy otherwise the properties don't work on AlertDialog and this is why it is currently this way. This will be the case for all UI objects that should extend Proxy directly instead of View.
Closing ticket as fixed.