Click here to Skip to main content
15,917,538 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralRe: "articles" menu is unusable Pin
Richard MacCutchan18-Jan-18 21:19
mveRichard MacCutchan18-Jan-18 21:19 
GeneralRe: "articles" menu is unusable Pin
OriginalGriff19-Jan-18 0:45
mveOriginalGriff19-Jan-18 0:45 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ19-Jan-18 10:14
professionalGµårÐïåñ19-Jan-18 10:14 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder27-Jan-18 8:32
cofounderChris Maunder27-Jan-18 8:32 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ27-Jan-18 11:16
professionalGµårÐïåñ27-Jan-18 11:16 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder27-Jan-18 15:09
cofounderChris Maunder27-Jan-18 15:09 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ28-Jan-18 9:32
professionalGµårÐïåñ28-Jan-18 9:32 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder29-Jan-18 5:16
cofounderChris Maunder29-Jan-18 5:16 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ29-Jan-18 9:36
professionalGµårÐïåñ29-Jan-18 9:36 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder29-Jan-18 10:49
cofounderChris Maunder29-Jan-18 10:49 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ29-Jan-18 11:32
professionalGµårÐïåñ29-Jan-18 11:32 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder30-Jan-18 4:46
cofounderChris Maunder30-Jan-18 4:46 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ30-Jan-18 9:08
professionalGµårÐïåñ30-Jan-18 9:08 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder30-Jan-18 13:35
cofounderChris Maunder30-Jan-18 13:35 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ31-Jan-18 13:15
professionalGµårÐïåñ31-Jan-18 13:15 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder3-Feb-18 16:19
cofounderChris Maunder3-Feb-18 16:19 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ3-Feb-18 17:12
professionalGµårÐïåñ3-Feb-18 17:12 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder4-Feb-18 2:44
cofounderChris Maunder4-Feb-18 2:44 
GµårÐïåñ wrote:
No, I am not using a touchscreen


Is the menu still showing problems (maybe a Ctrl+F5?). I've traced the issue, thanks to your incredibly helpful video, to the "open" class not being applied to the menu when you hover. Two things can stop this: the jQuery hover plugin not firing (if the user was using a touch interface or keyboard navigation) or if the browser thinks your system is a touchscreen (in which case our code failed to handle hover events - a mistake on our part).

In either case I've changed the CSS so the menu should be positioned correctly. Should be, being the operative word. The hover stuff is there solely to allow us to keep the menu open for a few hundred milliseconds after the mouse exits the menu in order to make it less hair-trigger if you accidentally move your mouse out of the chapters menu while scrolling.

If it's still not working then I'll start on plan C. Or D. Not sure where I'm up to at this point.
cheers
Chris Maunder

GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ4-Feb-18 10:21
professionalGµårÐïåñ4-Feb-18 10:21 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder4-Feb-18 13:49
cofounderChris Maunder4-Feb-18 13:49 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ4-Feb-18 11:07
professionalGµårÐïåñ4-Feb-18 11:07 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder4-Feb-18 13:49
cofounderChris Maunder4-Feb-18 13:49 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ5-Feb-18 9:00
professionalGµårÐïåñ5-Feb-18 9:00 
GeneralRe: "articles" menu is unusable Pin
Chris Maunder6-Feb-18 1:53
cofounderChris Maunder6-Feb-18 1:53 
GeneralRe: "articles" menu is unusable Pin
GµårÐïåñ6-Feb-18 9:36
professionalGµårÐïåñ6-Feb-18 9:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.