Closed
Bug 77898
Opened 25 years ago
Closed 23 years ago
Properties: url is not truncated and dialog appears too wide
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: shrir, Unassigned)
References
(Blocks 1 open bug, )
Details
windows trunk 0425
go to the above url. right click on the first bug link(68756) and slect
PROPERTIES
Observe that the dialog opens up too wide.
| Reporter | ||
Comment 1•25 years ago
|
||
corrected typo in summary
Summary: url is not truncated and dialog appears too winde → url is not truncated and dialog appears too wide
Comment 2•25 years ago
|
||
nothing to do with menus.
Assignee: pinkerton → blakeross
Component: XP Toolkit/Widgets: Menus → XP Apps: GUI Features
QA Contact: jrgm → sairuh
Updated•25 years ago
|
Blocks: 74121
OS: Windows NT → All
Hardware: PC → All
Summary: url is not truncated and dialog appears too wide → Properties: url is not truncated and dialog appears too wide
Comment 3•25 years ago
|
||
CCing sicking. This is a known problem. There's a big Properties patch over in
bug 74121. It doesn't fix this issue, but we can't really fix it until that goes
in (or not.) It's waiting on BenGoodger's review.
Gerv
Comment 5•25 years ago
|
||
Blake:
There's two ways we can fix this. Firstly, we can turn all the <text> elements
which contain URLs to <html> elements, and then insert spaces in the visible
version of the URL "as convenient". This would be a bit of a pain.
Secondly, we can convert to <html>, forget the spaces, and get XPToolkit to be
more sensible about text wrapping in <html> elements when a single "word" (i.e.
URL) is wider than the space available.
Would the second of these be possible?
Gerv
Comment 6•25 years ago
|
||
blake: ping? :-)
Gerv
Comment 7•25 years ago
|
||
Put the URL in a multi-line non-editable text field.
Comment 8•25 years ago
|
||
if it's a multiline text edit, the window will get larger as the url gets
longer. Isn't crop="left" on a normal <textfield/> probably a better solution?
Comment 9•25 years ago
|
||
I can't get crop="left" to do anything :-( I'm totally stumped on this bug; we
need someone with more XUL experience than me to work out how to fix this. Or
better XUL docs relating to exactly how text wraps and is cropped in different
elements under different circumstances.
Gerv
IMHO we shouldn't crop the text. I want to be able to select the text and
copy-n-paste it to a browser window, so mpts solution sounds like what I want.
What happens if explicitly set the width of the window, would that wrap a
textbox?
Comment 11•24 years ago
|
||
Over in bug 101910 I've changed all of the <label> tags to <text> tags so you
can copy and paste the information. Should I continue developing that patch?
Because it sounds like it would conflict with this one.
Comment 12•24 years ago
|
||
I'm not going to get to this (assuming it's still a problem.)
Gerv
Assignee: gerv → nobody
Comment 13•23 years ago
|
||
*** Bug 154457 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
The patch in 101910 made it in so this bug could probably be closed now.
Comment 15•23 years ago
|
||
I'm going to mark this as being fixed. If anyone objects, just open it again.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•