Open
Bug 1933932
Opened 1 year ago
Updated 8 days ago
www.camoni.co.il - The "Read more" button is missing
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Webcompat Priority:P2, Webcompat Score:5, firefox133 affected, firefox134 affected, firefox135 affected)
NEW
People
(Reporter: rbucata, Unassigned)
References
()
Details
(Keywords: webcompat:needs-contact, webcompat:site-report, Whiteboard: [webcompat-source:web-bugs][autowebcompat:processed][autowebcompat:repro-failed])
User Story
platform:windows,mac,linux,android impact:content-missing configuration:general affects:all branch:release diagnosis-team:dom user-impact-score:150 autowebcompat-repro-status:failed autowebcompat-repro-reason:blocked autowebcompat-repro-report-os:all
Attachments
(1 file)
|
238.04 KB,
image/png
|
Details |
Environment:
Operating system: Linux
Firefox version: Firefox 134.0
Steps to reproduce:
- Navigate to:
- Dismiss the login pop-up
- Observe the inside of messages box located on the right side
Expected Behavior:
The קראו עוד (read more) button is present
Actual Behavior:
The קראו עוד (read more) button is missing
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/144151
| Reporter | ||
Updated•1 year ago
|
status-firefox133:
--- → affected
status-firefox135:
--- → affected
| Reporter | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
status-firefox134:
--- → affected
Comment 3•1 year ago
|
||
The button is there, but it has display: none in Firefox, but not in Chrome.
Updated•1 year ago
|
Webcompat Priority: --- → P2
Updated•1 year ago
|
Webcompat Score: --- → 6
Comment 4•1 year ago
|
||
@-moz-document url-prefix() {
.text-shorten {
display:block;
overflow:auto
}
.text-shoren-more-btn {
display:none
}
}
Removing that fixes the issue. So they're doing it intentionally, probably from before we supported -webkit-line-clamp.
Sounds like we need outreach?
Keywords: webcompat:needs-diagnosis → webcompat:needs-contact
Updated•11 months ago
|
User Story: (updated)
Updated•3 months ago
|
User Story: (updated)
Webcompat Score: 6 → 5
Updated•8 days ago
|
Whiteboard: [webcompat-source:web-bugs] → [webcompat-source:web-bugs][autowebcompat:processed]
Updated•8 days ago
|
User Story: (updated)
Whiteboard: [webcompat-source:web-bugs][autowebcompat:processed] → [webcompat-source:web-bugs][autowebcompat:processed][autowebcompat:repro-failed]
You need to log in
before you can comment on or make changes to this bug.
Description
•