Closed Bug 827231 Opened 11 years ago Closed 11 years ago

Going to support.mozilla.org through the settings app and scrolling around - hard to scroll and it generates duplicated/smashed text

Categories

(Core :: Graphics: Text, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME
blocking-b2g koi+
blocking-basecamp -
Tracking Status
b2g18 + ---

People

(Reporter: jsmith, Assigned: vlad)

Details

(Whiteboard: [triage:1/16])

Attachments

(2 files, 1 obsolete file)

Attached image Smashed Dupe Text
Build: B2G 18 1/6/2013
Device: Unagi

Steps:

1. Go to settings --> improve firefox os --> learn more
2. Start scrolling around

Expected:

The text should be readable as you scroll around with no duplication or smashed text.

Actual:

See example screenshot. Smashed/duplicated text is being seen on the support site for the device.
blocking-basecamp: --- → ?
Milan, can you find someone to fix this?
Assignee: nobody → milan
blocking-basecamp: ? → +
I should note that the root cause here *might* be a scrolling problem that might be leading to the smashed text. If you scroll around on this site, it does dead stops while scrolling. If it turns out this is a different bug, then let me know and I'll file a separate one and nom it.
Whiteboard: [b2g-gfx]
Vlad, I hear you're looking for a B2G gfx bug or two?
Assignee: milan → vladimir
I can't scroll the support.mozilla.org site at all on either Unagi or Otoro.
(In reply to Jeff Muizelaar [:jrmuizel] from comment #4)
> I can't scroll the support.mozilla.org site at all on either Unagi or Otoro.

I hit that problem as well, although pushing hard enough got it to scroll. Reworking title to the core of the problem (unless you think it's worthwhile to split this into two separate bugs).
Summary: Going to support.mozilla.org through the settings app and scrolling around leads to duplicated/smashed text → Going to support.mozilla.org through the settings app and scrolling around - hard to scroll and it generates duplicated/smashed text
Roughly every 2nd scroll/pan operation seems to just be ignored.  There are actually all sorts of bugs with this site, both using the browser on FxOS and Firefox for Android.  The pannable content area is an absolute-positioned <div> with overflow: auto, but there's something rather weird about the site's CSS structure and layout that I can't replicate in a simplified testcase. (e.g. the header at the top acts as if its fixed, but everything is position: absolute as far as I can see).

(In reply to Jason Smith [:jsmith] from comment #5)
> Reworking title to the core of the problem (unless you think it's worthwhile
> to split this into two separate bugs).

I don't think you can rework something to the 'core' of the problem by turning it into two problems where there was one mentioned before :)
Once the duplication happens, if you pan up/down slowly it will usually show up/hide when you cross a particular threshold.  Turning on paint flashing shows that when the duplicate bits are present, their paint flash "pattern" is always the same -- that is, it's old data from some other buffer that's being painted, rather than the text being painted again.  It generally appears in the spaces between text paragraphs, but it doesn't slide into place as I'd expect if it was just an old buffer being painted underneath or something -- it becomes fully visible/hidden as you cross whatever the threshold is.
(In reply to Vladimir Vukicevic [:vlad] [:vladv] from comment #6)
> Roughly every 2nd scroll/pan operation seems to just be ignored. 

This bit sounds a lot like bug 827715.
(In reply to JP Rosevear [:jpr] from comment #8)
> (In reply to Vladimir Vukicevic [:vlad] [:vladv] from comment #6)
> > Roughly every 2nd scroll/pan operation seems to just be ignored. 
> 
> This bit sounds a lot like bug 827715.

Should we link these two bugs up (this one is dependent on bug 827715)? Or do we definitely know this is a dupe?

Chris - Do you know? Dupe, dependency?
Flags: needinfo?(jones.chris.g)
Probably related but let's stay focused on the rendering glitch here.
Flags: needinfo?(jones.chris.g)
I think this bug is fixed by the latest patch in bug 818575.

I wasn't able to reproduce the exact issue that was reported, but I did see similar incorrect painting/broken scrolling issues that are fixed.
(In reply to Matt Woodrow (:mattwoodrow) from comment #11)
> I think this bug is fixed by the latest patch in bug 818575.
> 
> I wasn't able to reproduce the exact issue that was reported, but I did see
> similar incorrect painting/broken scrolling issues that are fixed.

Bug 818575 does not fix this bug, unfortunately -- just tested.

This is looking like an issue with buffer rotation, or at least with repainting these layers.  The layer that we create for the content here is pretty complex; its background seems to be transparent and we have a complex valid region.  I think that what's happening is that as we scroll, those regions are getting out of sync with reality and we end up rendering to or from "old" areas of the texture.
Attached image good and bad frames (obsolete) —
So here's two subsequent frames where the badness happens.  The frame on the left is the first "good" frame, and then on the right is the "bad" frame.

Good (Left): @(4d2f0425a214c)                 OGLShadowThebesLayer (0x43edc090) [shadow-transform=[ 1 0; 0 1; 0 -3527; ]] [shadow-visible=< (x=15, y=3589, w=290, h=303); >] [transform=[ 1 0; 0 1; 0 -3527; ]] [visible=< (x=15, y=3589, w=290, h=303); >] [opaqueContent] [valid=< (x=15, y=3589, w=320, h=314); >]

Bad (Right): @(4d2f0425e255c)                 OGLShadowThebesLayer (0x43edc090) [shadow-transform=[ 1 0; 0 1; 0 -3569; ]] [shadow-visible=< (x=15, y=3622, w=290, h=298); (x=15, y=3920, w=274, h=14); (x=289, y=3920, w=16, h=3); >] [transform=[ 1 0; 0 1; 0 -3569; ]] [visible=< (x=15, y=3622, w=290, h=298); (x=15, y=3920, w=274, h=14); (x=289, y=3920, w=16, h=3); >] [opaqueContent] [valid=< (x=15, y=3622, w=320, h=314); >]
Whiteboard: [b2g-gfx] → [b2g-gfx][shadow:bjacob][shadow:benwa]
I can't reproduce this on the emulator (OSX, omtc/multi process all enabled), so figuring out what relevant code paths are different between the two configurations might be useful.

We're at least using pixman on the device, and not on desktop. Not sure what the differences in the layers configuration are.
Moving to tef+/tracking. *please* continue working on this as it is very important that we do fix this bug.
blocking-b2g: --- → tef+
blocking-basecamp: + → -
tracking-b2g18: --- → +
Attached image bug image
Ok, this looks like what's going on.  This layer is marked as [contentOpaque] in layers dumping, though as can be seen, it still has transparent regions (with some really odd ones, like the thin horizontal transparent bits).  In the left "good" frame, there's a transparent region at the bottom of the texture.

Sometime between going from the left frame to the right (there have been a few frames lost in between here due to the perf overhead of my texture dumping code), we blitted the content in the left frame upwards.  When we did this, we blitted the transparent region over top of where the existing text was -- and didn't render anything over it, so it was a no-op.  Then we rendered the "Firefox for Android." on the left, making that look correct, and at some point rendered the white background on the bottom.

That's where the corruption is coming from; we have transparent regions in a layer marked as opaque, and were doing blitting upwards and not re-rendering everything that we should be.

Trying to figure out what's causing this; but it could be a few different things:

1) RGBA texture being created for the layer, with the layer thinking that it's opaque -- the A byte will have basically random things from Thebes rendering;
2) incorrect setting of the opaque flag;
3) ... something else.

I'm guessing it's not 2 -- the opaque flag looks correct for this layer.  So I'm thinking it's #1, and given that this is a thebes layer that's coming from the browser, then it'll be a shared gralloc texture image -- which is why it's only being seen on a physical b2g device (though if we're doing a hardware emulator with the full gonk layer, it should be seen there as well...)
Attachment #700396 - Attachment is obsolete: true
Keep in mind that the "opaque" flag means that the *visible region* is opaque. If the visible region is not rectangular --- or otherwise doesn't fill the texture --- we could quite validly have transparent pixels in the texture outside the visible region. (This doesn't contradict anything you said, but it's easy to get confused about.) Anyway it'd be worth checking whether all the pixels in the visible region are opaque in your case.
blocking-b2g: tef+ → -
Whiteboard: [b2g-gfx][shadow:bjacob][shadow:benwa] → [b2g-gfx][shadow:bjacob][shadow:benwa][triage:1/16]
Can someone provide the rationale why this was minused?
I'm heading on vacation tomorrow (back on the 28th); I'll likely keep poking at this, but if someone wants to grab it away from me in the meantime, they're welcome to.  Current theory is that the complicated front/back buffer swap machinery is getting the valid region confused (especially when scrolling/unrotation are involved).

I attempted to force a new buffer being created by always going through the resize path in ThebesLayerOGL Swap (where we destroy the current front buffer).  However, that resulted in lots of black squares being rendered, which definitely doesn't seem like the right outcome!
I also don't agree with this being minused -- it seems like a minor issue, but it could be masking a much bigger problem that could bite us elsewhere.
Is this still a problem?
blocking-b2g: - → koi?
Keywords: qawanted
Whiteboard: [b2g-gfx][shadow:bjacob][shadow:benwa][triage:1/16] → [triage:1/16]
This seems to have been fixed a while ago. Browsing the support site works nicely.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
have also tested it,
- browsing support.mozilla.org works nicely, easy to scroll, no duplicated/smashed text is generated 

Leo  (v1.1, build ID:20130910041240)
Buri (v1.2, build ID:20130911040201)
Keywords: qawanted
Resolution: FIXED → WORKSFORME
blocking-b2g: koi? → koi+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: