Closed Bug 677878 Opened 13 years ago Closed 13 years ago

no jquery action ellement on enabling css3 properties -moz-transform to ellement input[type=file]

Categories

(Core :: CSS Parsing and Computation, defect)

8 Branch
defect
Not set
major

Tracking

()

VERIFIED FIXED
mozilla8
Tracking Status
firefox8 - ---

People

(Reporter: mail, Assigned: mattwoodrow)

References

()

Details

(Keywords: verified-aurora, verified-beta, Whiteboard: [qa!])

Attachments

(1 file, 1 obsolete file)

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0a1) Gecko/20110809 Firefox/8.0a1
Build ID: 20110809030751

Steps to reproduce:

Nightly http://aquantum-demo.appspot.com/file-upload button to add files ... stopped working in the assembly of 08/09/2010. On all other browsers, the problem is not observed. Perhaps the error is connected with a change in the assembly of 8.08-9.08.
Severity: normal → major
OS: Windows 7 → All
Hardware: x86_64 → All
Last good nightly: 2011-08-03
First bad nightly: 2011-08-04

Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=3735fb1cd5ef&tochange=be4b064f1159

Local track down:

The first bad revision is:
changeset:   73735:08b756f93436
user:        Matt Woodrow <mwoodrow@mozilla.com>
date:        Wed Aug 03 15:04:21 2011 +1200
summary:     Bug 505115 - Part 8c - Use ray tracing to untransform 2d points on a 3d plane. r=roc

http://hg.mozilla.org/mozilla-central/rev/08b756f93436
Version: 8 Branch → Trunk
Summary: jquery action error → no jquery action ellement
Version: Trunk → 8 Branch
Yes, if you unplug. Fileupload-buttonbar. Ui-button input {-moz-transform: translate (-300px, 0pt) scale (4);
problem disappears.
Blocks: 505115
Summary: no jquery action ellement → no jquery action ellement on enabling css3 properties -moz-transform to ellement input[type=file]
Component: General → Style System (CSS)
Product: Firefox → Core
Attachment #553102 - Flags: review?(roc)
Assignee: nobody → matt.woodrow
Added test
Attachment #553102 - Attachment is obsolete: true
Attachment #553127 - Flags: review?(roc)
Comment on attachment 553127 [details] [diff] [review]
Round untransformed rects outwards v2

Review of attachment 553127 [details] [diff] [review]:
-----------------------------------------------------------------

::: layout/base/tests/test_bug677878.html
@@ +41,5 @@
> +  setTimeout(doClick, 300);
> +}
> +
> +function testFinish(event){
> +  ok(1, "We can still interact with the item after it is transformed");

ok(true,
Attachment #553127 - Flags: review?(roc) → review+
http://hg.mozilla.org/mozilla-central/rev/91d90510179c
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Thanks problem solved.
Matt or Roc, is this needed on Aurora? Not sure about the tracking request here.
Doesn't Aurora already have this fix? This was landed for Mozilla8.
---------------------------------[ Triage Comment ]---------------------------------

This looks like it already landed for Firefox 8 when it was on mozilla-central so we don't need to track. Adding the dev-doc-needed keyword in case this fix should be called out for web developers.
What is this change exactly? I'm unsure from reading this. Is it that transforms were breaking delivery of some event?
Yes, the 3D transforms patches included changes to some of the event handling code. This was a regression where click handling within a transformed object was broken.
I recently found another problem. Just configured text will describe it.
Removing doc needed flag, since 3D transforms aren't documented yet anyway. That will be handled under another bug.
Keywords: dev-doc-needed
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: