Voropie
Voropie

Reputation: 245

Do any browsers support HTML5's context menu?

Do any browsers support the HTML5 context menu attribute?

Upvotes: 22

Views: 13370

Answers (5)

Vitalii Fedorenko
Vitalii Fedorenko

Reputation: 114420

According to this wiki page for now there is no any popular layout engine except Firefox's Gecko that fully supports the menu element. Meanwhile, you can try some script solutions, like jQuery Context Menu Plugin.

Upvotes: 2

user1054329
user1054329

Reputation: 19

It is working well here with Firefox 9.

Upvotes: 1

johndrinkwater
johndrinkwater

Reputation: 253

This has been added to Firefox 8.

See this for an example of it working https://bug617528.bugzilla.mozilla.org/attachment.cgi?id=554309

Upvotes: 15

Flo Edelmann
Flo Edelmann

Reputation: 2613

Firefox 8 Aurora implements this feature. But unfortunately it doesn't seem to work for me now...

Upvotes: 0

Jennifer
Jennifer

Reputation: 369

Right now, the contextmenu attribute is not supported by any browser version. According to caniuse.com it doesn't have support for any current browser versions (IE 9, Firefox 4, Safari 5, Chrome 11, Opera 11.1, or any mobile browsers - iOS, Opera, or Android). It is unknown if it will be supported in future versions.

It was discussed in April 2010 regarding adding it to Webkit. But it doesn't look like it's been added to the nightlies yet.

Upvotes: 7

Related Questions