pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Firefox & EditorGridPanel editors aren't selectable when scrolling to the right #401

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please see:

http://gwt-ext.com/forum/viewtopic.php?f=8&t=1806&start=0&st=0&sk=t&sd=a&hilit=g
rid+editor

for the description of the problem and the solution

Original issue reported on code.google.com by albert...@gmail.com on 31 Aug 2008 at 4:28

GoogleCodeExporter commented 8 years ago
Added the following to the GwtExt.css file.  Since this .css is loaded after any
extjs one, this will take the effect of any theme...

.ext-gecko .x-grid-editor {
    position: relative !important;
    float: left;
}

Original comment by mlim1...@gmail.com on 1 Sep 2008 at 12:51