A web page I am developing has mouse over events (both css and javascript) for a top navigation bar. It works fine when the browser window is floating, but when maximized (full screen) the hover classes have no effect anymore. It begins to act like a tablet display, I must point and click for my hover actions to take effect. I achieve the events when I click, but mouse hover changes my cursor to a text select cursor.
This does not happen on a windows puter
As a matter of fact, this behaviour is good if it is meant to support tablets but I'd appreciate if anybody could let me know if this is a bug or intended?
A web page I am developing has mouse over events (both css and javascript) for a top navigation bar. It works fine when the browser window is floating, but when maximized (full screen) the hover classes have no effect anymore. It begins to act like a tablet display, I must point and click for my hover actions to take effect. I achieve the events when I click, but mouse hover changes my cursor to a text select cursor.
This does not happen on a windows puter
As a matter of fact, this behaviour is good if it is meant to support tablets but I'd appreciate if anybody could let me know if this is a bug or intended?
Share Improve this question asked Mar 16, 2016 at 18:11 user2676299user2676299 6171 gold badge5 silver badges15 bronze badges 3- That doesn't sound like an intended effect. It seems more like a bug. Do you have a jsfiddle link, with a code example in it? Or a link to your website, if it's online? – Clomp Commented Mar 16, 2016 at 18:31
- Yeah, sorry it is a bit corwdy.. urlgone./4db6c9 – user2676299 Commented Mar 17, 2016 at 13:55
- Actually, when I reload the page when maximized, it gets back to normal, so I could fix it by listening & refreshing upon resize – user2676299 Commented Mar 17, 2016 at 13:56
1 Answer
Reset to default 7This is a 3+ year old unfixed bug in Chromium.
http://crbug./170058
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745458134a4628582.html
评论列表(0条)