Closed Bug 511982 Opened 15 years ago Closed 15 years ago

Acid 2 Test on n810 does not render at all

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Maemo
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED
fennec1.0b4

People

(Reporter: aakashd, Assigned: vingtetun)

References

Details

(Whiteboard: [fennecb3testday])

Attachments

(1 file, 1 obsolete file)

Steps to Reproduce:
1. Go to http://www.webstandards.org/files/acid2/test.html
2. lick on "Take the Acid2 Test".

Actual Results:
Nothing happens

Expected Results:
The smiley face (in some sort of form should show up)
Flags: wanted-fennec1.0?
Flags: in-litmus?
tracking-fennec: --- → ?
Whiteboard: [fennecb3testday]
I believe we need to add back the "scroll" event support that was in CanvasBrowser, but not ported to the tile system.

See bug 452286 and bug 470861 and bug 499388
Attached patch Patch v0.1 (obsolete) — Splinter Review
mainly a backport of the patch for bug 452286
(In reply to comment #2)
> Created an attachment (id=396722) [details]
> Patch v0.1
> 
> mainly a backport of the patch for bug 452286

I guess this probably belongs in bug 512277...
Depends on: 512277
Attachment #396722 - Flags: review? → review?(froystig)
Attachment #396722 - Flags: review?(froystig) → review+
Comment on attachment 396722 [details] [diff] [review]
Patch v0.1

>+    let zoomLevel = this._browserViewportState.zoomLevel;
>+    Browser.contentScrollboxScroller.scrollTo(scrollX * zoomLevel, scrollY * zoomLevel);

We're pretty consistent with this everywhere else, so collapse these two lines to:

>     Browser.contentScrollboxScroller.scrollTo(this.browserToViewport(scrollX), this.browserToViewport(scrollY));

r+ with that.
Attachment #396722 - Attachment is obsolete: true
Attachment #397249 - Flags: review?(froystig)
Attachment #397249 - Flags: review?(froystig) → review+
Blocks: 512277
No longer depends on: 512277
Keywords: checkin-needed
https://hg.mozilla.org/mobile-browser/rev/63986b01506d
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → B4
So, the smiley is showing up, but it looks maimed and disfigured...so, that'll hopefully be taken care of with bug 499388

verified FIXED on builds: 

Mozilla/5.0 (Windows; U; WindowsCE 5.2; en-US; rv:1.9.3a1pre) Gecko/20090901 Fennec/1.0a3

and

Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.2a2pre) Gecko/20090901
Fennec/1.0b4pre
Status: RESOLVED → VERIFIED
This bug is on our litmus BFT via testcase:

https://litmus.mozilla.org/show_test.cgi?id=7386
Flags: in-litmus? → in-litmus+
tracking-fennec: ? → ---
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: