openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

Clear Search Value button does not appear in the filter toolbar. #76

Closed himiklab closed 9 years ago

flack commented 9 years ago

Seems to be a css problem. The button is there in the DOM, but it's not displayed because the input field pushes it out of the visible area. @bouks is this due to a merge issue with Oleg's code or did it happen in your original modification as well?

bouks commented 9 years ago

Fixed here : https://github.com/openpsa/grid.js/commit/4f86672e6ed0c0cd6f7e749c58f35e0a9fbb0595

bouks commented 9 years ago

Partially fixed.

Depends on https://github.com/openpsa/grid.js/issues/81 to close

flack commented 9 years ago

Completely fixed now. thanks for the report, @himiklab