[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
Thu Dec 10 02:47:13 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=30914
--- Comment #8 from Holger Freyther <zecke at selfish.org> 2009-12-10 02:47:13 PST ---
(In reply to comment #7)
> To be more precise: You should add a document.write(RESULTS); after the prompt
> and then you should add a description on how to run the test. Something like:
>
> 1.) Open the page and a prompt will come up
> 2.) Do not enter any text, simpy press OK
> 3.) The expected result is that "SUCCESS" is printed on the webpage.
>
> And then you should report on your tests and draw a conclusion:
> With the above test setup WebKit/GTK+, Firefox print "SUCCESS" but QtLauncher
> is printing ERROR.
The interesting bit is that if you modify 2.) to
2.) Enter a charachter and backspace, then press OK..
in this case Qt is returning a QString that isEmpty() but not isNull() and then
we see SUCCESS.
--
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