#11670 closed defect (wontfix)
Textarea: readOnly dijit Textarea - Color Banding Visible (soria)
Reported by: | mark007 | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
With a readonly dijit textarea, the color of the textarea isn't uniform, and appears to have a horizontal banding effect.
Testcase attached where horizontal bands of colors can be seen. It becomes more pronounced when using other colors. It is reproducable in firefox 3.6.8, chrome 5, ie 8
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | Testcase.zip added |
---|
comment:1 Changed 11 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
Summary: | readOnly dijit Textarea - Color Banding Visible → Textarea: readOnly dijit Textarea - Color Banding Visible (soria) |
I only see this on soria, not tundra or nihilo. I'd suggest trying claro theme instead of soria. Realistically I don't see us fixing this, unless you have a patch.
comment:2 Changed 11 years ago by
why won't fix, how do you know that another developer won't want to fix it??????
The background-image used on the textarea differs between themes,
dojo/latest/dijit/themes/claro/form/images/textBox_back.png dojo/latest/dijit/themes/soria/images/buttonDisabled.png dojo/latest/dijit/themes/nihilo/images/validationInputBg.png
Can the buttonDisabled.png image just be changed to point to a different image perhaps?
comment:3 Changed 11 years ago by
Yes, you can try a different background-image, or use a background-color instead of a background-image.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
textarea Banding Testcase