Ticket #6651 (closed task: fixed)

Opened 7 months ago

Last modified 3 months ago

TextBox: disabled TextBox-based widgets don't look disabled on safari

Reported by: bill Owned by: doughays
Priority: normal Milestone: 1.2
Component: Dijit - LnF Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

See second tab in themeTester.html. On FF etc you can see the disabled fields are gray:

However on safari they look enabled:

Not sure why. Web inspector says that the CSS is color:gray.

Attachments

ff.png (7.2 kB) - added by bill 7 months ago.
safari.png (6.9 kB) - added by bill 7 months ago.

Change History

Changed 7 months ago by bill

Changed 7 months ago by bill

Changed 7 months ago by bill

  • keywords ibm removed

Changed 5 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [14181]) Fixes #6651. Safari needed a special gray color.

Changed 5 months ago by dante

  • status changed from closed to reopened
  • resolution deleted

briefly: why not remove the 4 special rules for safari, and just set color:#eee instead of color:grey for everyone. #eee == grey

Changed 5 months ago by doughays

  • status changed from reopened to closed
  • resolution set to fixed

safari is rendering everything much darker than FF or IE, so #eee looked bad on those browsers. You might be able to save bytes by using dijitDisabled instead of dijitTextBoxDisabled, et al but it would take some investigation to make sure there's no side-effect.

Changed 3 months ago by bill

(In [15035]) Fix text to be gray when disabled (again), regression from [14181], fixes #6087, refs #6651.

Also fixed some spacing in Textarea.js.

Note: See TracTickets for help on using tickets.