Closed
Bug 1064033
Opened 10 years ago
Closed 4 years ago
broken words in articles in thoughtcatalog.com
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: amir.aharoni, Unassigned)
References
Details
Attachments
(2 files)
When I view articles on the http://thoughtcatalog.com website, the words are broken in the end of the line instead of being properly wrapped.
For an example, see this article:
http://thoughtcatalog.com/cj-hale/2013/06/12-things-no-one-told-me-about-sex-after-rape/
The word "that" has "t" on one line and "hat" on the next. The word "survivor's" is broken into "su" and "rvivor's". And so on.
This happens in Firefox for Android in both Nightly (35) and Release (32) versions. I can also reproduce it in the responsive view on desktop Firefox (31, Fedora 20).
It doesn't happen in Chrome.
Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Please see the compatibility table on https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#Browser_compatibility
@media (max-width:480px){
p{
-ms-word-break:break-all;
word-break:break-all;
word-break:break-word;
white-space:normal
}
}
I assume this is the expected behavior. Am I wrong?
Flags: needinfo?(amir.aharoni)
Reporter | ||
Comment 3•10 years ago
|
||
Meh. I guess it is, although:
1. I am not a real CSS expert.
2. It is puzzling why is it different in Chrome.
3. I have no idea why would anybody program their site like that.
Points 2 and 3 may be related.
Flags: needinfo?(amir.aharoni)
Comment 4•10 years ago
|
||
Mass change to move Firefox for Android::Readability bugs to block bug 1129033. Filter on readability-mass-move.
Blocks: 1129033
Component: Readability → General
Comment 5•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•