Closed
Bug 622149
Opened 15 years ago
Closed 11 years ago
overlapping text on main deal at touch.groupon.com
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tchung, Unassigned)
References
()
Details
(Whiteboard: [websitecompatibility])
Attachments
(1 file)
|
159.21 KB,
image/png
|
Details |
Screenshot says it all. Some kind of text overlay issue.
This doesnt reproduce on Android browser.
Repro:
1) launch fennec nightly 12/30 build. (i used nexus one, thomas had a droid 2)
2) visit URL, click see this deal
3) scroll down, and click "more about this deal"
4) Verify the fine print overlays the main coupon
Expected:
- more about this deal should shift the page down to show the fine print details
Actual:
- ugly text overlays
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Comment 1•15 years ago
|
||
Matt, could it be a side effect of text reflow?
Updated•15 years ago
|
OS: Mac OS X → Android
Hardware: x86 → ARM
Comment 2•15 years ago
|
||
(In reply to comment #0)
> Created attachment 500371 [details]
> overlaying text on groupon screenshot
>
> Screenshot says it all. Some kind of text overlay issue.
>
> This doesnt reproduce on Android browser.
>
> Repro:
> 1) launch fennec nightly 12/30 build. (i used nexus one, thomas had a droid 2)
> 2) visit URL, click see this deal
> 3) scroll down, and click "more about this deal"
> 4) Verify the fine print overlays the main coupon
>
> Expected:
> - more about this deal should shift the page down to show the fine print
> details
>
> Actual:
> - ugly text overlays
Tony, did you zoom in at all?
Updated•15 years ago
|
tracking-fennec: ? → 2.0+
| Reporter | ||
Comment 3•15 years ago
|
||
nope, no zoom at all. touch.groupon.com seems to be the mobile version of groupon. i can still reproduce this with steps from comment 0 on the 1/6/2011 build.
| Reporter | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> nope, no zoom at all. touch.groupon.com seems to be the mobile version of
> groupon. i can still reproduce this with steps from comment 0 on the 1/6/2011
> build.
additional info: toggling Reformat Zoom on Text option to On or OFF doesnt matter. still can reproduce either way.
Comment 5•15 years ago
|
||
From what I can see in the page source, this mobile website uses a few <div>s to create a stack of pages. The is the main page, the list of cities page and the more info page. They are all stacked on top of each other, but only one is supposed to be visible.
Somehow, the backgrounds are transparent (or something) and multiple pages are showing through each other. That causes the "overlay" effect.
Comment 6•15 years ago
|
||
I can reproduce on desktop Linux build, so I'll try using DOM Inspector to dig around.
Comment 7•15 years ago
|
||
Damn, DOMi and e10s don't mix yet :(
Comment 8•15 years ago
|
||
However, this also happen in desktop Firefox!
Looks like two positioned divs (positioned on top of each other) are both | display: block | because they are both | class="current *" |
There is a lot of webkit specific code in the website. Might be part of the problem. Can we contact someone at Groupon to fix this?
| Reporter | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> However, this also happen in desktop Firefox!
>
> Looks like two positioned divs (positioned on top of each other) are both |
> display: block | because they are both | class="current *" |
>
> There is a lot of webkit specific code in the website. Might be part of the
> problem. Can we contact someone at Groupon to fix this?
Sunil Gupta!
Whiteboard: [websitecompatibility]
Comment 10•15 years ago
|
||
evangelism bugs don't block
Assignee: nobody → english-us
tracking-fennec: 2.0+ → ---
Component: General → English US
Product: Fennec → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Updated•11 years ago
|
Assignee: english-us → nobody
Component: English US → Mobile
Comment 11•11 years ago
|
||
I see no problems now
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•7 years ago
|
Product: Tech Evangelism → Web Compatibility
| Assignee | ||
Updated•2 years ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•