Opened 13 months ago
Last modified 3 weeks ago
#18854 new bug
No JavaScript prompt() dialog for WebPositive
Reported by: | coolcoder613 | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Web Kit | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The Javascript prompt() dialog does not show, and returns null, when used in WebPositive. I have not tested alert(), but I think it is the same.
Change History (2)
comment:1 by , 13 months ago
Component: | Applications → Kits/Web Kit |
---|---|
Owner: | changed from | to
comment:2 by , 3 weeks ago
Note:
See TracTickets
for help on using tickets.
WebKitLegacy for Haiku only implenents runJavaScriptAlert and runJavaScriptConfirm. It does not implement runJavaScriptPrompt
This should be added in Source/WebKitLegacy/haiku/API/WebPage.*, forwarding it to WebWindow.cpp like the two others.