Open Bug 860716 Opened 13 years ago Updated 3 years ago

tab can not be opened on application start

Categories

(Firefox :: Tabbed Browser, defect)

20 Branch
x86_64
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: vitalii.dmytruk, Unassigned)

Details

Attachments

(1 file)

Attached file test.xpi
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0 Build ID: 20130326150557 Steps to reproduce: use gBrowser.addTab method to load URL in a new tab Actual results: no tab is opened Expected results: new tab with given URL is opened
Looks like it's not an "addTab" method issue. I've used "gBrowser.loadOneTab" and "openUILinkIn" methods with the same result. tabContainer listener receive the "TabOpen" event with the URL that should be opened, but no visible tab exists. "TabMove" and "TabClose" listeners didn't get any events. In case if all three method are opened on start listener receives three "TabOpen" events, one "TabMove" and two "TabClosed" events, despite there is no new tab opened (moved, closed manually).
Product: Core → Firefox
Component: General → Tabbed Browser
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: