Page 1 of 1
UI glitch for <video> tag blocker?
Posted: Fri Jul 10, 2009 2:38 am
by Scarface
Hi!
I've stumbled upon
this page. It's a demonstration of the HTML 5 <video> tag. Noscript does block the tag as expected, but it does not show the usual pop up when I click it. When the mouse hovers the area NS does not show textual informations on what's being blocked either (MIME type, URL etc).
I can still get the pop up by going in the "blocked objects" menu though, so it's just an UI glitch.
Re: UI glitch for <video> tag blocker?
Posted: Fri Jul 10, 2009 1:30 pm
by therube
Something quirky going on.
You would expect clicking the placeholder to Allow the object, but nothing happens.
(My computer falters badly on that video.)
Dailymotion needs to learn how to properly sniff a browser

.
Re: UI glitch for <video> tag blocker?
Posted: Fri Jul 10, 2009 1:40 pm
by Giorgio Maone
They've put an absolutely positioned invisible div (of CSS class video_overlay) right over the movie (and the placeholder), preventing any click from reaching it.
I'm trying to work around, but I'm not sure if it's worth the effort.
Not <VIDEO> element specific, anyway, even though this is probably an artifact of the way some web authors are going to implement contextual menus over <VIDEO> elements in HTML5.
Re: UI glitch for <video> tag blocker?
Posted: Fri Jul 10, 2009 3:02 pm
by Scarface
Good to know.
It may be worth the effort if that technic becomes wide spread, in order to avoid confusion in the standard users' mind (Why won't NoScript let me allow this and this and also this video??)... But at the moment I didn't encounter this issue anywhere else.
Thanks for the clarification

Re: UI glitch for <video> tag blocker?
Posted: Fri Jul 10, 2009 6:04 pm
by Giorgio Maone
Greatly mitigated in
latest development build 1.9.5.7
