Bug 26142 - Implement onshow event handler
Summary: Implement onshow event handler
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-02 10:48 PDT by Sam Weinig
Modified: 2022-08-16 22:02 PDT (History)
4 users (show)

See Also:


Attachments
Manual Test Case (948 bytes, text/html)
2012-02-01 21:48 PST, sknikam
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2009-06-02 10:48:38 PDT
We should implement the onshow event handler from HTML5.
Comment 1 sknikam 2012-02-01 21:48:15 PST
Created attachment 125075 [details]
Manual Test Case

I believe this bug depends on https://bugs.webkit.org/show_bug.cgi?id=50555.
Comment 2 Ahmad Saleem 2022-08-16 16:17:06 PDT
onshow is deprecated:

https://developer.mozilla.org/en-US/docs/Web/API/Element/show_event

Also from attached test case, I don't get any alert in any browser (Safari, Chrome and Firefox - when I right click).

I think this can be marked as "RESOLVED WONTFIX" but I would leave someone else to confirm whether I am right. Thanks!
Comment 3 Ryosuke Niwa 2022-08-16 22:02:05 PDT
Yeah, this is won't fix at this point.