Closed Bug 102143 Opened 23 years ago Closed 23 years ago

with multiple tabs open, View Page Info always shows info for the first tab

Categories

(SeaMonkey :: Page Info, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.5

People

(Reporter: jjkarppi, Assigned: doronr)

References

Details

Attachments

(2 files)

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4+) Gecko/20010927
BuildID:    2001092708

Having multiple tabs open, it's impossible to view page info except for the page
in the first tab.

Reproducible: Always
Steps to Reproduce:
1. Hit Ctrl-T to open a new tab
2. Go to some URL (different than what's in the first tab)
3. Select "View page info" 

Actual Results:  Shows info for the page in the first tab

Expected Results:  Should show page info for the tab that is currently selected
-> tabbed browser
Component: XP Toolkit/Widgets: XUL → Tabbed Browser
OS: Linux → All
QA Contact: jrgm → blakeross
confirmed on build 2001092803 and 2001093008 on Win2k SP2.
Really confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
basically call BrowserPageInfo(this.target.ownerDocument), which we do for frame
info. This also works with non tabbed.


sr=hyatt
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.5
anyone want to r=?
Assignee: hyatt → doronr
Status: ASSIGNED → NEW
Attached patch new patchSplinter Review
only difference is patching navigatorOverlay's pageinfo function:

-    <command id="View:PageInfo"   oncommand="BrowserPageInfo();"/>
+    <command id="View:PageInfo"  
oncommand="BrowserPageInfo(getBrowser().contentDocument);"/>

thanks to fabian for catching that.
sr=hyatt on new patch
Comment on attachment 51881 [details] [diff] [review]
new patch

r=jag
Attachment #51881 - Flags: superreview+
Attachment #51881 - Flags: review+
*** Bug 103117 has been marked as a duplicate of this bug. ***
Comment on attachment 51881 [details] [diff] [review]
new patch

a=asa (on behalf of drivers) for checkin to 0.9.5
Attachment #51881 - Flags: approval+
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
I'm not sure if this is the same bug or should be filed as a separate bug but
clicking on the security lock at bottom right always shows security info for the
first Tab.
Different bug, please.
Ok. Filed bug 103789
QA Contact: blakeross → sairuh
vrfy'd fixed with 2001.11.28.0x-comm bits on linux rh7.2, mac 10.1.1 and winnt.
Status: RESOLVED → VERIFIED
Component: Tabbed Browser → Page Info
QA Contact: sairuh → pmac
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: