[Webkit-unassigned] [Bug 30914] [Qt] Javascript Prompt API default return values check failure on QtLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 25 20:50:22 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=30914





--- Comment #17 from Holger Freyther <zecke at selfish.org>  2010-01-25 20:50:20 PST ---
(In reply to comment #16)
> After this fix (r53441), JavaScript can not get the text anymore.
> 
> if (rc && result.isNull()) 
> should be replaced with 
> if (rc && x.isNull())
> 
> Should this bug be reopened, or create a new one?

Sure, did you try the manual test? Is it failing?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list