Closed
Bug 137350
Opened 23 years ago
Closed 17 years ago
GrayText should have ThreeDHighlight offset in Windows
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: bamm, Assigned: jag+mozilla)
Details
Attachments
(2 files)
The style "color: GrayText;" used to specify disabled text in user
interfaces should have a white dropshadow in Windows platforms.
This is to be consistent with the look of native Win32 apps in which
all disabled text in UI have white dropshadows.
Reporter | ||
Comment 1•23 years ago
|
||
Here is how disabled text looks in native Win32 apps. This screenshot
is taken from Netscape Communicator 4.79 under Windows 98SE.
Reporter | ||
Comment 2•23 years ago
|
||
This is how it looks in Mozilla. The plain gray letters is inconsistent
with the way this is displayed in other Win32 applications.
Comment 3•23 years ago
|
||
This is not a bug with GrayText. In CSS GrayText cannot also include a drop
shadow (and it definitely has nothing to do with the DOM). Sending to XPToolkit.
Assignee: jst → jaggernaut
Component: DOM Style → XP Toolkit/Widgets
QA Contact: ian → jrgm
Summary: GrayText should have white dropshadow in Windows → Disabled text should have white dropshadow in Windows
Whiteboard: DUPEME
Reporter | ||
Comment 5•23 years ago
|
||
I disagree with comment #3. The CSS specification for GrayText is a system color
representing disabled text. Therefore it must be rendered the way the platform
renders disabled text. In Windows, this means a ThreeDShadow and a
ThreeDHighlight, with the latter offset 1 pixel to the right and bottom.
Reporter | ||
Updated•23 years ago
|
Summary: Disabled text should have white dropshadow in Windows → GrayText should have white dropshadow in Windows
Reporter | ||
Updated•23 years ago
|
Summary: GrayText should have white dropshadow in Windows → GrayText should have ThreeDHighlight offset in Windows
Reporter | ||
Updated•22 years ago
|
Comment 7•17 years ago
|
||
(In reply to comment #5)
> The CSS specification for GrayText is a system
> color
> representing disabled text. Therefore it must be rendered the way the platform
> renders disabled text. In Windows, this means a ThreeDShadow and a
> ThreeDHighlight, with the latter offset 1 pixel to the right and bottom.
No, this is technically wrong. A CSS color is only a color, not a decoration.
Status: NEW → RESOLVED
Closed: 17 years ago
No longer depends on: text-shadow
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•