After screen rotation to portrait the URL is slow to focus the domain
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox139 | --- | unaffected |
firefox140 | --- | unaffected |
firefox141 | --- | fixed |
People
(Reporter: petru, Assigned: michel)
References
Details
Attachments
(2 files)
Steps to reproduce
- Access a URL with a long subdomain and a long domain
- Observe that when in portrait the last part of the domain will be shown
- Rotate the screen to landscape and then to portrait
Expected behavior
The same as before - the last part of the domain will be shown
Actual behavior
For some seconds, until other toolbar is interacted with / webpage is reloaded the subdomain is shown.
Device information
Firefox version: Issue is for now particular to v. 141 as it follows a recent feature.
Any additional information?
The time needed for the URL to scroll to the last part of the domain can vary a lot.
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
I think that we should override onSizeChanged
or onLayout
and call scrollToShowRegistrableDomain
there. I'm not sure about where it is better to do that.
Assignee | ||
Comment 2•3 months ago
|
||
There seems to be a broader issue with the toolbar refresh that I reported in https://bugzilla.mozilla.org/show_bug.cgi?id=1969437
Assignee | ||
Comment 3•3 months ago
|
||
Assignee | ||
Comment 4•2 months ago
|
||
Could you please review the proposed solution in the attached revision?
Reporter | ||
Comment 5•2 months ago
|
||
Thank you for the quick fix!
Approved the patch.
Sensible solution which should avoid any other related issues.
Comment 7•2 months ago
|
||
bugherder |
Description
•