Closed
Bug 57599
Opened 24 years ago
Closed 23 years ago
Mozilla doesn't line-break tooltips
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
Future
People
(Reporter: karl, Assigned: mikepinkerton)
References
()
Details
(Keywords: helpwanted, Whiteboard: [xul1.0-layout-popups])
Attachments
(1 file)
52.00 KB,
image/jpeg
|
Details |
(Don't know if this is the right component.)
When displaying long tooltips, Mozilla doesn't do linebreaking, making the
tooltip flow past the end of the screen (or at least making the tooltip very
difficult to read with overly long lines). You can see an example at
<URL:http://home.no.net/huftis/> (hover over the text with green underlining).
I propose that Mozilla should break lines in tooltips so there's only ~66
characters on each line.
Comment 3•24 years ago
|
||
Note this comment from duplicate bug 59224. Changing OS to "All" -
------- Additional Comments From Phil Schwartau 2000-11-06 11:05 -------
Confirming bug using commericial binaries 20001105xx on WinNT, Linux, and Mac.
Changing OS to "All". Note the behavior on all three platforms is different.
On Linux, long titles get truncated when we reach the edge of the screen;
on the other two platforms, the title continues off the screen.
OS: other → All
Hardware: Other → PC
Comment 4•24 years ago
|
||
->xpapps
Assignee: trudelle → vishy
Status: ASSIGNED → NEW
Component: XP Toolkit/Widgets → XP Apps
QA Contact: jrgm → sairuh
Updated•24 years ago
|
QA Contact: sairuh → tpreston
nav triage team:
Nice to have, but don't think we'll get to it for beta1, marking nsbeta1-
Keywords: nsbeta1-
Comment 7•24 years ago
|
||
I have an example of this in xpfe. Will create an image attachment to
illustrate. Multiline tooltips are not handled.
Comment 8•24 years ago
|
||
Keywords: helpwanted
Comment 9•24 years ago
|
||
toolkit -> trudelle should find owner.
Might be post-1.0.
Assignee: vishy → trudelle
Component: XP Apps → XP Toolkit/Widgets
Updated•23 years ago
|
Keywords: mozilla1.0,
nsCatFood
Hardware: PC → All
Comment 11•23 years ago
|
||
*** Bug 85741 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
In the context of XUL tooltips, you can limit the width of your tooltip by
specifying a hardcoded width.
<popup id="aTooltip"
class="tooltip"
oncreate="return koFillInTooltip(document.tooltipNode);">
<html id="TOOLTIP-tooltipText" class="tooltip-label" flex="1" width="300"/>
</popup>
It wraps, but the other lines are chopped (tooltip, not text). The attachment on
this bug is a good example of how it looks.
Comment 13•23 years ago
|
||
This is probably related to bug 92093 in that if you fix 92093 this will in
effect be fixed as well.
Keywords: oeone
Updated•23 years ago
|
Whiteboard: [xul1.0-layout-popups]
Comment 15•23 years ago
|
||
Tom Mraz: did you just volunteer to fix this bug? if not you should not be
messing w/ the target milestone field, that's reserved for the assignee's use
to indicate when the assignee hopes to fix the bug.
Target Milestone: mozilla1.0 → Future
Comment 16•23 years ago
|
||
Sorry about that, my mistake, I'll never do that again :-)
Comment 17•23 years ago
|
||
*** Bug 111590 has been marked as a duplicate of this bug. ***
Blocks: advocacybugs
Comment 18•23 years ago
|
||
This is a duplicate of bug 45375, isn't it???
Comment 19•23 years ago
|
||
*** This bug has been marked as a duplicate of 45375 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•