Closed Bug 1372903 Opened 8 years ago Closed 8 years ago

Text appears centered in reader view.

Categories

(Toolkit :: Reader Mode, defect)

53 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1151150

People

(Reporter: die_scholl, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:53.0) Gecko/20100101 Firefox/53.0 Build ID: 20170518000419 Steps to reproduce: Open https://www.itjungle.com/2015/08/04/fhg080415-story01/ and click on the "reader view" button next to the address bar. (This also happens with Firefox under Xubuntu.) Actual results: Reader view is shown with centered text. Expected results: Text in reader view should be always left-aligned.
The page’s layout is made by a table with an align="center" attribute. So I found a simple example to reproduce the error: <html> <body> <table align="center"> <tr> <td><p> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. </p> </td> </tr> </table> </body> </html>
Component: Untriaged → Reader Mode
Product: Firefox → Toolkit
This is because of the align=center attribute. Let's track this together with other table-specific attributes in bug 1151150.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.