-
15 Jul 2010 10:34 AM #1
[CLOSED] Standard input field breaks ui
[CLOSED] Standard input field breaks ui
Focusing on a standard input field breaks ui elements like back button masks. It also underlines tabbar text, but I'd need a more complicated example to show that happening. Is there any way around this other than building the ui fields through sencha? I'd really like to re-use my current dom layout elements without having to rewrite the layout in code.
Code:Ext.setup({ onReady: function () { new Ext.Panel({ fullscreen: true, items: [{ html: '<input placeHolder="ClickMeToBreakPage"/>' }, { xtype: 'toolbar', items: [{ ui: 'back'}]}] }); }});
-
19 Jul 2010 9:48 AM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
We aren't looking to support this level of progressive enhancement at this time.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
How to create a Field with label and html text instead of input field?
By ihor.ko in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 25 May 2009, 2:24 AM -
[2.2][CLOSED] AfterRender breaks Ext.form.Field value functionality
By tsa in forum Ext 2.x: BugsReplies: 5Last Post: 11 Aug 2008, 1:24 PM -
slideIn animation breaks form input values
By ap in forum Ext 1.x: BugsReplies: 3Last Post: 17 Jul 2007, 7:48 PM


Reply With Quote