Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reader: fix overflow display bug on Firefox #986

Closed
designsimply opened this issue Nov 29, 2015 · 2 comments
Closed

Reader: fix overflow display bug on Firefox #986

designsimply opened this issue Nov 29, 2015 · 2 comments
Assignees
Labels
[Feature] Reader The reader site on Calypso. [Type] Bug

Comments

@designsimply
Copy link
Contributor

Steps to reproduce:

  1. Publish a new post including a table with images in two 50% width colums
  2. View the post in the Reader

Result: the table is not constrained to the content area when the post is viewed in the Reader using Firefox.

screen shot 2015-11-29 at sun nov 29 12 13 45 pm
Seen at https://wordpress.com/read/post/feed/38371659/875724951 using Firefox 42.0 on Mac OS X 10.10.5

Example HTML

<table>
<tbody>
<tr>
<td valign="top" width="50%">
<h4>Control
<a href="https://design5279.files.wordpress.com/2015/11/img_0860.jpg"><img class="alignnone wp-image-9709 size-large" src="https://design5279.files.wordpress.com/2015/11/img_0860.jpg?w=660" alt="gapps-control" width="660" height="62" /></a></h4>
</td>
<td valign="top" width="50%">
<h4>Variation <a href="https://design5279.files.wordpress.com/2015/11/img_4652.jpg"><img class="alignnone wp-image-9716 size-large" src="https://design5279.files.wordpress.com/2015/11/img_4652.jpg?w=660" alt="gapps-variation" width="660" height="68" /></a></h4>
</td>
</tr>
</tbody>
</table>

/hat tip @stephanethomas for the original report

@alexjgustafson
Copy link

Looks like this is fixed from the Mozilla end, but won't be available to users until Firefox 46. (#).

FF46 is due out in April. (#)

Viewing in Firefox Developer Edition, the problem is gone:
table-in-ffdev

@lancewillett
Copy link
Contributor

Closing as noted above, resolved in newer Firefox versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Reader The reader site on Calypso. [Type] Bug
Projects
None yet
Development

No branches or pull requests

5 participants