Closed
Bug 307874
Opened 19 years ago
Closed 19 years ago
Either wrong url or no url is shown in the status bar for focused links during FAYT
Categories
(Toolkit :: Find Toolbar, defect, P1)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla1.8final
People
(Reporter: asaf, Assigned: masayuki)
References
Details
(Keywords: fixed1.8, regression)
Attachments
(6 files, 4 obsolete files)
|
552 bytes,
text/html
|
Details | |
|
546 bytes,
text/html
|
Details | |
|
544 bytes,
text/html
|
Details | |
|
616 bytes,
text/html
|
Details | |
|
3.65 KB,
patch
|
mconnor
:
review+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
|
3.53 KB,
patch
|
Details | Diff | Splinter Review |
Either wrong url or no url is shown in the status bar for focused links during FAYT. STR: 1. Optional - focus a link 2. Search for another link in the page using FAYT -> The link is focused but the statusbar text isn't updated. This looks like a regression from our pseudo-focus behavior.
| Reporter | ||
Updated•19 years ago
|
Flags: blocking1.8b5?
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Comment 2•19 years ago
|
||
| Assignee | ||
Comment 3•19 years ago
|
||
| Assignee | ||
Comment 4•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Attachment #195563 -
Flags: review?(mconnor) → review-
| Assignee | ||
Comment 6•19 years ago
|
||
Attachment #195563 -
Attachment is obsolete: true
Attachment #195564 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #195564 -
Flags: review?(mconnor) → review-
| Assignee | ||
Comment 7•19 years ago
|
||
Attachment #195564 -
Attachment is obsolete: true
Attachment #195566 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #195566 -
Flags: review?(mconnor)
| Assignee | ||
Comment 8•19 years ago
|
||
Attachment #195566 -
Attachment is obsolete: true
Attachment #195567 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Attachment #195567 -
Flags: review?(mconnor) → review-
| Assignee | ||
Comment 9•19 years ago
|
||
Attachment #195567 -
Attachment is obsolete: true
Attachment #195568 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [needs review mconnor]
Target Milestone: --- → Firefox1.5
Updated•19 years ago
|
Flags: blocking1.8b5? → blocking1.8b5+
Comment 10•19 years ago
|
||
Comment on attachment 195568 [details] [diff] [review] Patch rv1.3 >+ var docCharset; >+ var ownerDoc = gFoundLink.ownerDocument; >+ if (ownerDoc) >+ docCharset = ownerDoc.characterSet; >+ else >+ docCharset = ""; just init docCharset to "" and drop the else statement here. >+ var uri = >+ gTextToSubURIService.unEscapeURIForUI(docCharset, gFoundLink.href); >+ xulBrowserWindow.setOverLink(uri); please use url instead of uri when we're not dealing with an nsIURI sorry for the delay on this.
Attachment #195568 -
Flags: review?(mconnor) → review+
Updated•19 years ago
|
Whiteboard: [needs review mconnor] → [checkin needed]
Updated•19 years ago
|
Attachment #195568 -
Flags: approval1.8b5?
Comment 11•19 years ago
|
||
Comment on attachment 195568 [details] [diff] [review] Patch rv1.3 should we get this checked into the trunk ASAP for a day of baking?
Updated•19 years ago
|
Attachment #195568 -
Flags: approval1.8b5? → approval1.8b5+
| Assignee | ||
Comment 12•19 years ago
|
||
| Assignee | ||
Comment 13•19 years ago
|
||
checked-in to trunk and 1.8branch.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•