Closed
Bug 91173
Opened 24 years ago
Closed 24 years ago
Page Info window does not wrap or abbreviate (again)
Categories
(SeaMonkey :: Page Info, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: lord, Assigned: db48x)
References
Details
(Whiteboard: [pdt+] [Fixed and verified on branch 10/5])
Attachments
(2 files)
9.17 KB,
image/gif
|
Details | |
712 bytes,
patch
|
ssaux
:
review+
ssaux
:
superreview+
|
Details | Diff | Splinter Review |
The Page Info window does not handle long URLs again.
There was a fix to http://bugzilla.mozilla.org/show_bug.cgi?id=85451 with
viewing certs. Not sure if this could be related.
Junruh - can you go a few days back on the branch to see if this feature was ok
then? Thanks.
No longer blocks: 52730
QA Contact: doronr → junruh
Although I suppose they might be related, I think this bug was fixed a while
ago, and the solution was to abbreviate the URL in the General tab. So long
URLs would be clipped with "..." at the end.
That change fixed the bad wrapping in the other tabs; the Security tab isn't the
only one affected.
![]() |
||
Comment 5•24 years ago
|
||
I can't even consider this without seeing the patch.
![]() |
||
Comment 6•24 years ago
|
||
PSM
Component: Browser-General → Client Library
Product: Browser → PSM
Target Milestone: --- → 2.1
Version: other → 2.1
![]() |
||
Comment 7•24 years ago
|
||
Browser
Component: Client Library → XP Toolkit/Widgets: XUL
Product: PSM → Browser
Target Milestone: 2.1 → mozilla1.0
Version: 2.1 → other
![]() |
||
Comment 9•24 years ago
|
||
--- pageInfo.xul.orig Sun Jul 29 18:24:20 2001
+++ pageInfo.xul Sun Jul 29 18:25:42 2001
@@ -75,11 +75,11 @@
<rows>
<row>
<text class="label" value="&pageInfo.pageTitle;"/>
- <text class="label" id="titletext" value=""/>
+ <text class="label" id="titletext" value="" crop="right"/>
</row>
<row>
<text class="label" value="&pageInfo.URL;"/>
- <text class="label" id="urltext" value=""/>
+ <text class="label" id="urltext" value="" crop="right"/>
</row>
<row>
<text class="label" value="&pageInfo.lastModified;"/>
... unless Blake has a better solution. -> Blake, in lieu of any clear owner
for that dialog.
Assignee: trudelle → blaker
Component: XP Toolkit/Widgets: XUL → XP Apps
![]() |
Assignee | |
Comment 10•24 years ago
|
||
I know this is a dup, I just can't find the other bug (I wish we had a way of
showing the 'dup tree' like we can do with dependancies). Anyway, fixed by bug
52730, with pretty much exactly what John proposes, except that to fix a
different bug I use <textfield>s instead of <text>. I'll go ahead and take the
bug to get it off blake's list, which I'm sure is large enough as it is.
Assignee: blaker → db48x
![]() |
Assignee | |
Comment 11•24 years ago
|
||
update the dependancies and stuff.
Blocks: 52730
Severity: normal → trivial
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: mozilla1.0 → mozilla0.9.4
Comment 12•24 years ago
|
||
looks like this one is close. let kill it in 0.9.5
Target Milestone: mozilla0.9.4 → mozilla0.9.5
![]() |
||
Comment 13•24 years ago
|
||
I wonder if we will want this for nsbranch after mozilla 0.9.4. I looks like a
usability item with an easy (I think) fix. nominate nsbranch and cc: grega to
see if he wants this for nsbranch.
Keywords: nsbranch
![]() |
||
Comment 14•24 years ago
|
||
Daniel - Will this one be fixed this week? We'd like to take it ASAP, if it is
ready?
![]() |
Assignee | |
Comment 15•24 years ago
|
||
This bug is fixed by bug 52730, which I really haven't finished. On the other
hand, there's really nothing keeping the fix for bug 52730 out of the tree, I'd
just wanted to rewrite a few parts. Everything on it works correctly. I belive
gerv was very close to giving r= on it, sr= shouldn't be difficult to get
either. I would have no qualms if it were checked in today. Unfortunatly it may
not qualify as a low-risk checkin - it does add features, and therefore could
cause bugs to be filed (it can't break anything else though.)
It's up to you guys, I'll be happy to make sure the patch still applies cleanly,
etc. Note that there is another bug that I know of that touches the same files,
bug 83017. it alreay has sr=. It should be checked in first.
![]() |
||
Comment 16•24 years ago
|
||
I'll note that we can take the simple 2-line patch above on the branch, and
fix the specific defect reported in this bug, instead of taking the larger,
cooler, but riskier patch from Daniel (which can land for 0.9.5 instead).
![]() |
Assignee | |
Comment 17•24 years ago
|
||
sounds good to me.
![]() |
||
Comment 18•24 years ago
|
||
nsbranch+ per pdt triage for the simple 2-line patch ONLY
![]() |
||
Comment 19•24 years ago
|
||
Apologies Daniel. I'm just going to pass this over to a Netscape person to
checkin the two-liner above for short-term purposes (i.e., nsbranch).
-> ssaux for checkin on nsbranch
Blake/Joe : can we get an r=/sr= on this two-liner.
Assignee: db48x → ssaux
Status: ASSIGNED → NEW
![]() |
||
Comment 20•24 years ago
|
||
![]() |
Assignee | |
Comment 21•24 years ago
|
||
no problem. I'll even let yall mark it fixed :)
![]() |
||
Comment 22•24 years ago
|
||
Time is running out to get this to the 0.9.4 branch. Blake/Joe, please r and
sr on the 2-line patch for the branch, and ssaux, please bring to PDT. In a day
or two, we will have to mark this PDT-.
![]() |
||
Comment 23•24 years ago
|
||
Shouldn't jrgm take ownership of this bug since he proposed the patch. I don't
have check-in privileges, and the component is not PSM.
I'm sending an email to blake/joe.
![]() |
||
Comment 24•24 years ago
|
||
r/sr=blake
![]() |
||
Comment 25•24 years ago
|
||
r=hewitt
![]() |
||
Comment 26•24 years ago
|
||
Comment on attachment 49854 [details] [diff] [review]
two-line patch; crop="right" on pageInfo title and URL fields
as per Blake's and Joe's reviews.
Attachment #49854 -
Flags: superreview+
Attachment #49854 -
Flags: review+
![]() |
||
Comment 28•24 years ago
|
||
fixed on branch
![]() |
||
Comment 29•24 years ago
|
||
I can't check this in on the trunk. Note that it made it on the 0.9.4 branch, so
I don't see why it couldn't be on the trunk as well.
remove nsbranch+ as it made it on 0.9.4
Assigning to default owner for trunk check in and milestone.
![]() |
||
Comment 30•24 years ago
|
||
uhh, don't think this is absolutely critical for 0.9.5, is it? marking 0.9.6
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.5 → mozilla0.9.6
![]() |
||
Comment 31•24 years ago
|
||
Fixed on branch 10/5 WinNT.
![]() |
Reporter | |
Comment 32•24 years ago
|
||
This bug is fixed on the 094 branch, but today's trunk build still suffers from
it. Can someone check it in on the trunk?
![]() |
||
Comment 33•24 years ago
|
||
Reassigning to db48x to get the cooler patch reviewed and checked in on the trunk.
Gerv
Assignee: pchen → db48x
Status: ASSIGNED → NEW
![]() |
||
Comment 34•24 years ago
|
||
This one has been verified on the 094 branch, right?
Whiteboard: [pdt+] → [pdt+] [Fixed on branch 10/5]
![]() |
||
Comment 35•24 years ago
|
||
Yes, junruh verified this on 10-5. Also, Bob Lord's (reporter) comments show
this is fixed on branch
Whiteboard: [pdt+] [Fixed on branch 10/5] → [pdt+] [Fixed and verified on branch 10/5]
Comment 36•24 years ago
|
||
Isn't this related to bug 64365?
![]() |
Assignee | |
Comment 38•24 years ago
|
||
I'll be back from vacation soon.
Target Milestone: mozilla0.9.7 → mozilla0.9.8
![]() |
Assignee | |
Comment 40•24 years ago
|
||
yay! finnally checked in. Thank you bz :)
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
![]() |
||
Comment 41•24 years ago
|
||
mass moving resolved fixed bugs pertaining to page info, view source, find in
page and open web location to pmac@netscape.com.
to find all bugspam pertaining to this, set your search string to
"SunsComingUpLikeABigBaldHead".
QA Contact: sairuh → pmac
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•