Ticket #314 (new defect)

Opened 3 years ago

Last modified 10 months ago

status bar should wrap in firefox

Reported by: white@… Owned by: gogo
Priority: normal Milestone: 0.96
Component: Xinha Core Version: trunk
Severity: normal Keywords: status bar wrap
Cc:

Description

If the status bar is displaying a long line of information (for example, when I right-click on a very long link and mouse-over the "Modify Link" option in the context menu), then the line doesn't wrap, but forces xinha to expand to the size of the line of text. This only seems to happen in firefox, not ie.

Attachments

ffnormal.jpg (44.2 kB) - added by jkronika@… 3 years ago.
Firefox 1.0.4 - Status Bar Normal
ffexpand.jpg (56.3 kB) - added by jkronika@… 3 years ago.
Firefox 1.0.4 - Expanded
ieexpand.jpg (63.7 kB) - added by jkronika@… 3 years ago.
IE 6 - Expanded
iewhitespace.jpg (52.6 kB) - added by jkronika@… 3 years ago.
IE 6 - Whitespace after Expansion

Change History

Changed 3 years ago by jkronika@…

Another problem, in the same situation, crops up in IE, where the status bar wraps as would be expected and/or desired, but when the message becomes short enough to no longer require wrapping, there becomes a white space below the status bar equivalent to the extra height added when the message was wrapped. I will attach screenshots for both situations.

Changed 3 years ago by jkronika@…

Firefox 1.0.4 - Status Bar Normal

Changed 3 years ago by jkronika@…

Firefox 1.0.4 - Expanded

Changed 3 years ago by jkronika@…

IE 6 - Expanded

Changed 3 years ago by jkronika@…

IE 6 - Whitespace after Expansion

Changed 3 years ago by Artus

It's certainly not the best thing to do, but I added the line:

  statusbar.style.overflow = "hidden";

to _createStatusBar. This seems to prevent the resizing in Firfox, but the line isn't broken, but cut off. Is there a way, to force Firefox to break in a long string?

Changed 10 months ago by ray

  • milestone set to 0.96
Note: See TracTickets for help on using tickets.