-
5 Nov 2010 12:18 AM #1
[2.2] In some cases combo arrow is on wrong side
[2.2] In some cases combo arrow is on wrong side
One of our customer have weird issues. In Chrome 7, arrows in combo box fields and date fields appears on wrong side:
loginscreen-dropbox-issue.jpgdropboxissue-propertycriteria.jpgnew doc ui - calendar on right.png
Any ide what could be the reason of such behaviour?
Concerning login dialog, it's a simple Dialog with FormLayout:
And each combo is added in that way:Code:FormLayout layout = new FormLayout(); layout.setLabelWidth(120); layout.setDefaultWidth(200); setLayout(layout);
I can't reproduce it on my PC.Code:add(comboField);
-
5 Nov 2010 2:20 AM #2
Make sure there is no chaching issue involved and that they all use the latest css.
Similar Threads
-
Arrow not rendering for combo box
By rizo in forum Ext 3.x: Help & DiscussionReplies: 5Last Post: 18 Aug 2010, 5:11 AM -
Combo Box -- how to show the arrow icon always
By joethu in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 27 Aug 2009, 1:10 AM


Reply With Quote