Closed
Bug 68800
Opened 24 years ago
Closed 22 years ago
add title field to image dialog (labeled "tooltip"?)
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2beta
People
(Reporter: Brade, Assigned: cmanske)
References
Details
Attachments
(2 files, 1 obsolete file)
6.92 KB,
patch
|
Brade
:
review+
hewitt
:
superreview+
|
Details | Diff | Splinter Review |
554 bytes,
patch
|
Brade
:
review+
|
Details | Diff | Splinter Review |
For accessibility, we should allow users to easily add the "title" attribute
which will be displayed as a tooltip in the browser.
Reporter | ||
Comment 1•24 years ago
|
||
reassign to cmanske per conversation with beppe
Assignee: beppe → cmanske
Assignee | ||
Comment 2•24 years ago
|
||
Does anyone think we should do this for mozilla0.9?
Should we add a new textfield for "title"? Should we do "title" instead of
"Alt"? (If so, what do we do about alt?)
Comment 3•24 years ago
|
||
I don't know what the difference between an alt or a title tag is suppose to be.
Not sure if we should create a new text field. Can we just enter the "alt" text
in both tags (alt and title) so limited UI changes.
Comment 4•24 years ago
|
||
this is more of an accessibility issue, we need to track it as such. Maybe it's
time to rethink the Advanced Properties picklists - where the title attribute
would be within the dropdown.
Assignee | ||
Comment 5•24 years ago
|
||
Yes, I wish we could get someone to work on Advanced Edit dialog to make all
the textfields menulists filled with appropriate values.
Easy, but very tedious task. Optimistically changing milestone to 1.0
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0
Assignee | ||
Comment 6•23 years ago
|
||
This is essentially fixed by the new Advanced Edit dialog interface (bug 71743)
as noted above: The "title" attribute is now available for every HTML element as
one of the "core" attributes in the popup menulist for HTML attribute Name.
Is that a good enough solution?
Depends on: 71743
Comment 8•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 9•23 years ago
|
||
removing myself from the cc list
Comment 10•22 years ago
|
||
I do not think that making the title attribute available through the Advanced
Edit dialog interface is a good enough solution.
There are frequently tough discussions around the use of alt attributes as
tooltip vs. the use of the proper title attribute.
While the evangelists argue that alt and title are not the same thing and only
'title' is the right thing to use (because standard) for tooltips, the "do it
because NS4 and IE does it"-people rightfully argue that nearly no html editor
supports it easily, including mozilla composer.
So if we really want to push std compliant html, we should give the title
attribute the same level of accessibility as the alt attribute.
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.0.1 → mozilla1.2beta
Assignee | ||
Comment 11•22 years ago
|
||
Changing milestone
Assignee | ||
Comment 12•22 years ago
|
||
Robin: We have discussed this and decided to add a new input field for the
html "title" attribute. To the user, it is the text that appears in a tooltip
over the image. What should the label be before the input? Choices:
Title: [ ]
Tooltip: [ ]
Tooltip (title): [ ]
Title (tooltip): [ ]
Most favor just "Tooltip".
Note that it will appear as "title" attribute in Advanced Edit dialog.
We can have a tooltip that says "HTML Title attribute that displays as a tooltip
over the image"
Comment 13•22 years ago
|
||
I agree "Tooltip" is fine, as well as your suggested tooltip for Tooltip ;-)
Comment 15•22 years ago
|
||
polish bug, nsbeta1+ per buffy triage
Assignee | ||
Comment 16•22 years ago
|
||
Assignee | ||
Comment 17•22 years ago
|
||
I forgot the DTD file in last patch
Attachment #95488 -
Attachment is obsolete: true
Assignee | ||
Updated•22 years ago
|
Reporter | ||
Comment 18•22 years ago
|
||
Comment on attachment 95490 [details] [diff] [review]
patch v2
Assuming you have tested the advanced edit dialogs for title attribute
(specifically), r=brade
Attachment #95490 -
Flags: review+
Assignee | ||
Updated•22 years ago
|
Whiteboard: [FIX IN HAND]need r=,sr= → [FIX IN HAND]need sr=
Comment 19•22 years ago
|
||
Comment on attachment 95490 [details] [diff] [review]
patch v2
sr=hewitt
Attachment #95490 -
Flags: superreview+
Assignee | ||
Comment 20•22 years ago
|
||
checked into 1.2 trunk
Comment 21•22 years ago
|
||
Reporter | ||
Comment 22•22 years ago
|
||
Comment on attachment 97940 [details] [diff] [review]
Appearance tab polish
r=brade
Attachment #97940 -
Flags: review+
Comment 23•22 years ago
|
||
yep, vrfy'd on all platforms, 2003.02.19 trunk. image dlg now has a tooltip
field for the title attribute.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•