Closed
Bug 7045
Opened 25 years ago
Closed 25 years ago
RFE: TITLE attribute should result in tool tip or status bar change
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
M13
People
(Reporter: reboughner, Assigned: troy)
Details
(Whiteboard: [TESTCASE] TITLE on tags should appear in UI)
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•25 years ago
|
||
Was tested with the 5/17/99 build for a Windows platform
Updated•25 years ago
|
Assignee: norris → vidur
Component: JavaScript → DOM Level 0
Updated•25 years ago
|
Whiteboard: [TESTCASE] TITLE on tags should appear in UI
Comment 2•25 years ago
|
||
This appears to be two bugs in one:
1. The TITLE attribute,in this case on an EM tag, does not appear in the UI
anywhere
2. The style does not get modified after a mouseout event
Expected Result:
1. The value of the TITLE attribute should appear in the UI somewhere, possibly
on the status bar.
2. The word Emphasis in the attachement should change to black where the mouse
is moved out.
Problem 2 works properly in M8 on Win95 and Mac. I suggest removing this aspect
of the bug report.
Problem 1 is not a DOM related bug at all but a UI one.
I created a testcase that demonstrates problem 1:
Comment 3•25 years ago
|
||
Updated•25 years ago
|
Assignee: vidur → troy
Summary: TITLE advisory doesn't appear and MOUSEOUT style change doesn't occur → RFE: TITLE attribute should result in tool tip or status bar change
Comment 4•25 years ago
|
||
Verified that the mouseout problem doesn't exist anymore. The TITLE advisory
reflected as a tool tip (or in the status bar) is an RFE and I don't think it
was originally planned. Changing the bug summary to reflect that.
Passing this along to Troy (sorry Troy!) to see if he was planning on
implementing this. If not, it should either be left open as an RFE or closed
with a WONTFIX resolution.
Reporter | ||
Comment 5•25 years ago
|
||
I hope you leave it open as an RFE problem. According to section 7.4.3 of the
HTML 4.0 specs, the title attribute -- "This attribute offers advisory
information about the element for which it is set." and is frequently rendered
as a tooltip.
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 6•25 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•