Opened 11 years ago
Closed 9 years ago
#10335 closed defect (fixed)
number spinner value in grid cell invisible
Reported by: | hungerburg | Owned by: | hungerburg |
---|---|---|---|
Priority: | low | Milestone: | 1.6 |
Component: | themes | Version: | 1.4.0b |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A number spinner value in a grid cell is shown white on white, at least in soria theme, while the mouse is over the grid row (almost always, when editing a grid cell). The cell then contains an html input with white background and white colored text inside (text can be selected still and then shows).
As a workaround, use below style-sheet directive:
input.dijitReset { color: #000; }
Attachments (1)
Change History (4)
comment:1 Changed 11 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 9 years ago by
Owner: | changed from nonken to hungerburg |
---|---|
Priority: | high → low |
Status: | new → pending |
comment:3 Changed 9 years ago by
Milestone: | future → 1.6 |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
This was fixed in 1.6. I'll attach a test case.
Changed 9 years ago by
Attachment: | test_edit_dijit.html added |
---|
modified version of dojox/grid/tests/test_edit_dijit.html to reproduce problem on 1.5, but show working on 1.6
Note: See
TracTickets for help on using
tickets.
hungerburg, do you have a test page to demonstrate this? ...or even better, a patch to fix it?