Bug 106529
| Summary: | REGRESSION (r138184): Javascript picture gallery broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kevin M. Dean <kevin> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dino, menard, simon.fraser |
| Priority: | P1 | Keywords: | InRadar, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.8 | ||
| URL: | http://www.mvnaturephotography.com/2013/01/panama-canopy-lodge/ | ||
Kevin M. Dean
Load picture gallery link. Clicking on the large picture's arrows or individual thumbnails no longer works.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Regressed in <http://trac.webkit.org/changeset/138184>.
Alexey Proskuryakov
<rdar://problem/12990198>
Dean Jackson
I *think* this might be something in the galleria.js animate function. Not sure.
Simon Fraser (smfr)
Could be the issue with the unprefixed transitionEnd stuff?
Alexis Menard (darktears)
(In reply to comment #4)
> Could be the issue with the unprefixed transitionEnd stuff?
I'm double checking. I'm working as we speak on emitting the transitionend event.
The problem is not on a shipping release.
https://bugs.webkit.org/show_bug.cgi?id=105647 is already about the same problem. Should we close that one?
Simon Fraser (smfr)
If we're sure it's the same underlying issue, then yes.
Alexis Menard (darktears)
Applying the patch on https://bugs.webkit.org/show_bug.cgi?id=105647 fixes the problem so I will close this bug as a duplicate.
*** This bug has been marked as a duplicate of bug 105647 ***
Alexis Menard (darktears)
(In reply to comment #7)
> Applying the patch on https://bugs.webkit.org/show_bug.cgi?id=105647 fixes the problem so I will close this bug as a duplicate.
>
> *** This bug has been marked as a duplicate of bug 105647 ***
Please test again after http://trac.webkit.org/changeset/139762 . It should be fixed.
Kevin M. Dean
(In reply to comment #8)
> Please test again after http://trac.webkit.org/changeset/139762 . It should be fixed.
Confirmed. Fixed.