Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 4966660511367168: Issue 2507 - Adblock Browser Beta Landing Page IE8 bug with inline-block (Closed)

Created:
May 12, 2015, 1:21 p.m. by saroyanm
Modified:
May 29, 2015, 9:04 a.m.
Reviewers:
Thomas Greiner
CC:
Felix Dahlke, rossg, Sebastian Noack
Visibility:
Public.

Description

Related ticket: https://issues.adblockplus.org/ticket/2507

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M adblock-browser-head.html View 1 chunk +1 line, -1 line 8 comments Download

Messages

Total messages: 7
saroyanm
Thomas can you please have a look, unfortunately the issue also persist in our new ...
May 12, 2015, 1:23 p.m. (2015-05-12 13:23:55 UTC) #1
Thomas Greiner
http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html File adblock-browser-head.html (right): http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html#newcode38 adblock-browser-head.html:38: display: inline-block !important; /* !important to fix IE 8 ...
May 12, 2015, 3:06 p.m. (2015-05-12 15:06:46 UTC) #2
saroyanm
http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html File adblock-browser-head.html (right): http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html#newcode38 adblock-browser-head.html:38: display: inline-block !important; /* !important to fix IE 8 ...
May 12, 2015, 3:23 p.m. (2015-05-12 15:23:47 UTC) #3
Thomas Greiner
http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html File adblock-browser-head.html (right): http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html#newcode38 adblock-browser-head.html:38: display: inline-block !important; /* !important to fix IE 8 ...
May 12, 2015, 3:41 p.m. (2015-05-12 15:41:27 UTC) #4
saroyanm
http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html File adblock-browser-head.html (right): http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html#newcode38 adblock-browser-head.html:38: display: inline-block !important; /* !important to fix IE 8 ...
May 12, 2015, 3:44 p.m. (2015-05-12 15:44:23 UTC) #5
saroyanm
http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html File adblock-browser-head.html (right): http://codereview.adblockplus.org/4966660511367168/diff/5629499534213120/adblock-browser-head.html#newcode38 adblock-browser-head.html:38: display: inline-block !important; /* !important to fix IE 8 ...
May 12, 2015, 4 p.m. (2015-05-12 16:00:02 UTC) #6
Thomas Greiner
May 12, 2015, 5:16 p.m. (2015-05-12 17:16:25 UTC) #7
As discussed internally, the issue is caused by the cssFx library that we're
using throughout adblockplus.org. This issue, however, still persists even with
the latest version of the library and removing this dependency is also not an
option since it might break some pages.

Therefore this fix is the best solution for this problem at the moment.

LGTM but please change the comment to `/* !important to override cssFx styles on
IE8 */`

Powered by Google App Engine
This is Rietveld