www.mygeha.com - Unable to enter location, the section is broken
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox141 affected, firefox142 affected, firefox143 affected)
People
(Reporter: ctanase, Assigned: twisniewski)
References
()
Details
(4 keywords, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:feature-broken configuration:general affects:all branch:release diagnosis-team:layout user-impact-score:0
Attachments
(3 files)
Environment:
Operating system: Windows 11/10
Firefox version: Firefox 140.0/141/143
Preconditions:
- VPN pointing to US
Steps to reproduce:
- Go to https://www.mygeha.com/tpa-ap-web/?navDeepDive=ProvDirPublicGEHADental&viewDefaultLayout=false
- Scroll down to "Location" section.
- Observe the layout.
Expected Behavior:
The elements are displayed correctly, location can be entered.
Actual Behavior:
The section is broken, elements missing or overlapped.
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/167933
| Reporter | ||
Comment 1•9 months ago
|
||
| Reporter | ||
Updated•9 months ago
|
Comment 2•9 months ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Comment 3•9 months ago
|
||
.allign_location {
display: ruby-text;
}
and while I have a lot of questions now, we still should investigate why it works in Chrome. Seems like they're using that hack to make the State field into a second column? That's... exciting.
| Assignee | ||
Comment 4•7 months ago
|
||
It's odd that they used ruby-text, because flex(box) seems to work fine:
.allign_location {
display: flex;
}
| Assignee | ||
Comment 5•7 months ago
|
||
Updated•7 months ago
|
| Assignee | ||
Updated•7 months ago
|
Updated•7 months ago
|
| Assignee | ||
Comment 8•6 months ago
|
||
I've just noticed that the intervention doesn't really help on Android, where Firefox's behavior seems to match Chrome's without it. I'll adjust it to only apply on desktop.
| Assignee | ||
Comment 9•6 months ago
|
||
Comment 10•6 months ago
|
||
Comment 11•6 months ago
|
||
| bugherder | ||
Comment 12•18 days ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:twisniewski, maybe it's time to close this bug?
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•18 days ago
|
Description
•