Summary: | [Qt] REGRESSION(r127321): It made 3 notification test timeout | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> | ||||
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | ap, jonlee, ossy | ||||
Priority: | P2 | Keywords: | Qt, QtTriaged | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 79668, 95263 | ||||||
Attachments: |
|
Description
Csaba Osztrogonác
2012-09-01 00:36:46 PDT
That patch aliases "display" for "show". So I think you just need to dispatch the "show" event instead. Posted a patch; not sure if it will get run by EWS-- might be worth trying it on your end? Created attachment 161833 [details]
Proposed patch
(In reply to comment #2) > Created an attachment (id=161833) [details] > Proposed patch Thanks for the fix, I tried it and it works for me. (EWS doesn't run tests, only the Chromium EWS does it.) Could you upload it with changelog, please? Fix landed in https://trac.webkit.org/changeset/127450 |