-
6 Oct 2007 2:45 PM #21
This seems to work with the 2.0.0a1 code and FF on OSX, haven't tested other browsers.
--Bill
Code:.x-form-field { position: fixed; position:expression("absolute"); }
-
16 Oct 2007 8:00 PM #22
won't work
won't work
that fix won't work in practice.
try that on a ComboBox.
it seems that the "Knowles Fix" won't work when you attack from too low a level (ie: from teh field-level rather than the higher level of a window/dialog)
-
18 Jun 2008 6:16 AM #23
-
4 Aug 2008 1:42 AM #24
if it can help, it's working for me
if it can help, it's working for me
.x-form-cursor {
position: fixed;
}
And then in items in formpanel :
HTML Code:{ name: 'xx', id: 'xx', cls: 'x-form-cursor', flieldLabel: 'Bla bla', }
-
4 Aug 2008 1:58 AM #25
Sorry, not working everytime
Sorry, not working everytime
Sorry, not working everytime
Similar Threads
-
"FireFox2 kills cursor" and text-select in toolbar
By brian in forum Ext 1.x: BugsReplies: 8Last Post: 7 Jun 2007, 12:12 AM -
TextEditor input type text
By alex1er in forum Ext 1.x: Help & DiscussionReplies: 1Last Post: 28 Jan 2007, 7:59 AM -
BasicDialog problem with Firefox
By chris in forum Ext 1.x: BugsReplies: 4Last Post: 18 Nov 2006, 12:21 PM -
Style attribute of text input field for ygrid-page-number
By maurits in forum Ext 1.x: Help & DiscussionReplies: 3Last Post: 2 Oct 2006, 12:51 AM


Reply With Quote