Closed
Bug 728369
Opened 13 years ago
Closed 13 years ago
MAPLE: flash content on youtube misplaces itself
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(blocking-fennec1.0 beta+)
VERIFIED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | beta+ |
People
(Reporter: nhirata, Assigned: snorp)
References
Details
(Whiteboard: MAPLE [layout])
Attachments
(1 file)
(deleted),
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
1. go to www.youtube.com
2. click on a link to a youtube video
3. click to play a flash video
Expected: flash plays in the flash content area in youtube
Actual: it's off position
Note:
MAPLE 2/17/2012, Samsung Galaxy SII
Updated•13 years ago
|
Whiteboard: MAPLE → MAPLE mwc-demo
Updated•13 years ago
|
Keywords: fennecnative-betablocker
Updated•13 years ago
|
Priority: -- → P3
Updated•13 years ago
|
Priority: P3 → P2
Whiteboard: MAPLE mwc-demo → MAPLE
Updated•13 years ago
|
Assignee: nobody → snorp
Updated•13 years ago
|
Assignee: snorp → nobody
Updated•13 years ago
|
blocking-fennec1.0: --- → beta+
Updated•13 years ago
|
Assignee: nobody → snorp
Updated•13 years ago
|
Whiteboard: MAPLE → MAPLE [gfx]
Comment 2•13 years ago
|
||
I believe this is either layout or plugin-related.
Whiteboard: MAPLE [gfx] → MAPLE [layout]
Reporter | ||
Comment 3•13 years ago
|
||
This still occurs on 3/13/2012 build.
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #605755 -
Flags: review?(blassey.bugs)
Comment 5•13 years ago
|
||
Comment on attachment 605755 [details] [diff] [review]
Fix non-OpenGL plugin positioning on Android
Review of attachment 605755 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/GeckoApp.java
@@ +2748,5 @@
> public void reset(int aX, int aY, int aWidth, int aHeight, ImmutableViewportMetrics aViewport) {
> PointF origin = aViewport.getOrigin();
>
> + x = mOriginalX = aX;
> + y = mOriginalY = aY;
I'd be happier and less confused if x and y were mX and mY.
Attachment #605755 -
Flags: review?(blassey.bugs) → review+
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #5)
> Comment on attachment 605755 [details] [diff] [review]
> Fix non-OpenGL plugin positioning on Android
>
> Review of attachment 605755 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mobile/android/base/GeckoApp.java
> @@ +2748,5 @@
> > public void reset(int aX, int aY, int aWidth, int aHeight, ImmutableViewportMetrics aViewport) {
> > PointF origin = aViewport.getOrigin();
> >
> > + x = mOriginalX = aX;
> > + y = mOriginalY = aY;
>
> I'd be happier and less confused if x and y were mX and mY.
You mean if x was mX? Unfortunately those are inherited from the AbsoluteLayout.LayoutParams. If you are referring to mOriginalX I think mX would actually be more confusing there...
Comment 7•13 years ago
|
||
(In reply to James Willcox (:snorp) (jwillcox@mozilla.com) from comment #6)
> (In reply to Brad Lassey [:blassey] from comment #5)
> > Comment on attachment 605755 [details] [diff] [review]
> > I'd be happier and less confused if x and y were mX and mY.
>
> You mean if x was mX? Unfortunately those are inherited from the
> AbsoluteLayout.LayoutParams. If you are referring to mOriginalX I think mX
> would actually be more confusing there...
Yup, I mean what I said. We can't change it though, so carry on.
Comment 8•13 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #7)
> (In reply to James Willcox (:snorp) (jwillcox@mozilla.com) from comment #6)
> > (In reply to Brad Lassey [:blassey] from comment #5)
> > > Comment on attachment 605755 [details] [diff] [review]
> > > I'd be happier and less confused if x and y were mX and mY.
> >
> > You mean if x was mX? Unfortunately those are inherited from the
> > AbsoluteLayout.LayoutParams. If you are referring to mOriginalX I think mX
> > would actually be more confusing there...
>
> Yup, I mean what I said. We can't change it though, so carry on.
although super.x may be more clear. Or this.x.
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Brad Lassey [:blassey] from comment #8)
> (In reply to Brad Lassey [:blassey] from comment #7)
> > (In reply to James Willcox (:snorp) (jwillcox@mozilla.com) from comment #6)
> > > (In reply to Brad Lassey [:blassey] from comment #5)
> > > > Comment on attachment 605755 [details] [diff] [review]
> > > > I'd be happier and less confused if x and y were mX and mY.
> > >
> > > You mean if x was mX? Unfortunately those are inherited from the
> > > AbsoluteLayout.LayoutParams. If you are referring to mOriginalX I think mX
> > > would actually be more confusing there...
> >
> > Yup, I mean what I said. We can't change it though, so carry on.
>
> although super.x may be more clear. Or this.x.
Ok, I changed it to this.x.
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
Comment 11•13 years ago
|
||
Verified fixed on:
Nightly 14.0a1 (2012-03-20) 20120320043530
Samsung Galaxy SII (Android 2.3.4)
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•