Closed
Bug 597281
Opened 15 years ago
Closed 15 years ago
Cannot pinch to zoom during loading
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec2.0b1+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| fennec | 2.0b1+ | --- |
People
(Reporter: stechz, Assigned: stechz)
Details
Attachments
(2 files, 1 obsolete file)
|
672 bytes,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
|
1.44 KB,
patch
|
mbrubeck
:
review+
|
Details | Diff | Splinter Review |
This is because metaData does not have allowZoom before metadata event is received.
| Assignee | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
| Assignee | ||
Updated•15 years ago
|
Attachment #476123 -
Flags: review?(mbrubeck)
Updated•15 years ago
|
Attachment #476123 -
Flags: review?(mbrubeck) → review+
Comment 1•15 years ago
|
||
Add a comment to the code to explain why allowZoom could be undefined
tracking-fennec: ? → 2.0b1+
| Assignee | ||
Comment 2•15 years ago
|
||
| Assignee | ||
Comment 3•15 years ago
|
||
Comment on attachment 476288 [details] [diff] [review]
better fix
In retrospect, I'll see your comment and raise you a better patch.
Attachment #476288 -
Flags: review?(mbrubeck)
| Assignee | ||
Updated•15 years ago
|
Attachment #476123 -
Attachment is obsolete: true
Comment 4•15 years ago
|
||
Comment on attachment 476288 [details] [diff] [review]
better fix
Yeah, that is nicer.
Attachment #476288 -
Flags: review?(mbrubeck) → review+
Comment 5•15 years ago
|
||
Actually, I think this would be even better in resetMetadata in content.js.
Comment 6•15 years ago
|
||
(In reply to comment #5)
> Actually, I think this would be even better in resetMetadata in content.js.
Err... cancel that, I think your last patch is fine as is.
| Assignee | ||
Comment 7•15 years ago
|
||
| Assignee | ||
Comment 8•15 years ago
|
||
Comment on attachment 476302 [details] [diff] [review]
only set default metadata in one place
Last one does not work because most of the time metadata is set to {} by content.js.
Attachment #476302 -
Flags: review?(mbrubeck)
Updated•15 years ago
|
Attachment #476302 -
Flags: review?(mbrubeck) → review+
| Assignee | ||
Comment 9•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-litmus?
Updated•15 years ago
|
Flags: in-testsuite?
Comment 10•15 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (Android; Linux armv71; rv:2.0b7pre) Gecko/20101007 Namoroka/4.0b7pre Fennec/4.0b2pre
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Flags: in-litmus? → in-litmus?(mozaakash)
Comment 11•15 years ago
|
||
litmus testcase created https://litmus.mozilla.org/show_test.cgi?id=13632 to
regression test this bug
Flags: in-litmus?(mozaakash) → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•