Open
Bug 1533633
Opened 6 years ago
Updated 2 years ago
Reload button state inconsistent for about:blank
Categories
(Firefox :: Toolbars and Customization, defect, P3)
Firefox
Toolbars and Customization
Tracking
()
NEW
People
(Reporter: Jamie, Unassigned)
References
Details
(Keywords: access)
Spun off bug 1527922.
My understanding is that the Reload button should be disabled for tabs where the user loads about:blank. In tests, when about:blank is opened with BrowserTestUtils.withNewTab, this doesn't seem to be reliable. This causes problems for the toolbar keyboard navigation tests which rely on the consistency of this behaviour.
I'm not sure if this is the same issue, but it seems like it might be related. STR:
- Set Firefox to use Firefox Home for new tabs.
- Open a new tab.
- Type about:blank into the address bar and press enter.
- Expected: The Reload button should be disabled.
- Actual: The Reload button is enabled.
- Press the Reload button.
- Observe: The Reload button is now disabled!
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•