-
13 Dec 2012 11:28 PM #1
Wrong cursor over file upload button, using Firefox
Wrong cursor over file upload button, using Firefox
Hello,
There seem to be a bug while hovering the "Browse" button of a FileUploadField object : The wrong cursor is displayed. It's supposed to be a hand cursor ("cursor: pointer"), but it's a text-selection cursor ("cursor: text").
We can see this bug here : http://www.sencha.com/examples/#ExamplePlace:fileupload
I'm using Firefox 17.0.1 on Sencha GXT 3.0.1.
-
14 Dec 2012 8:45 AM #2
Thanks for the report! I have opened a bug in our bug tracker.
-
30 Jan 2013 5:11 AM #3
This bug exists also for other widgets. For example ComboBox, Datepicker, Spinnerfield, and maybe other widgets
http://www.sencha.com/examples/#Exam...e:formsexample
-
24 Feb 2013 10:24 PM #4
I think, it happens because the underlying html-input-field renders the textfield over the GXT-Button (Cursor). In GXT 2 the html-input-field renders the text-input-field over the textfield and the html-input-button over the button. So there is a cursor over the textfield and a pointer over the button.
You found a bug! We've classified it as
EXTGWT-2704
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote