Open
Bug 860716
Opened 13 years ago
Updated 3 years ago
tab can not be opened on application start
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: vitalii.dmytruk, Unassigned)
Details
Attachments
(1 file)
|
4.52 KB,
application/octet-stream
|
Details |
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
| Reporter | ||
Comment 1•13 years ago
|
||
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).
Updated•13 years ago
|
Product: Core → Firefox
Updated•13 years ago
|
Component: General → Tabbed Browser
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•