Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
contextual.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2010 at 23:39 UTC
Updated:
24 Jun 2011 at 14:51 UTC
Am not 100% certain, since only tested with IE tester. Still this needs to be checked. Believed in a theme issue, but neither theme shows the contextual links in dreaded old IE6.
Forgive me if this is fixed in Alpha 4 since am using Alpha 3.
Comments
Comment #1
eigentor commentedConfirmed also for the latest dev version.
Comment #2
yoroy commentedMoving to head's queue then.
Comment #3
casey commentedline 76 of contextual.css:
In IE6 :hover is only supported on A elements.
Comment #4
aspilicious commentedWe can't fix that...
Or can we...
You "can" use the site without contextual links. It just isn't that usable...
Comment #5
eigentor commentedWell I guess you can create pseudo hover behaviour via JavaScript like the whatever hover module http://drupal.org/project/csshover does, but it needs to be fixed in core.
Comment #6
aspilicious commentedwhat happens if you disable javascript, do we have to show the contextual links and don't hide them?
Comment #7
eigentor commentedI guess without Javascript the contextual links do not work anyway.
Comment #8
aspilicious commentedI drupal not supposed to work with or without javascript?
So if that is an exception on that rule why can't we make IE6 an exception to?
Don't get me wrong, I'm not trying to push away a IE6 solution. Just trying to discuss this
Comment #9
casey commented@aspilicious, I think you should open a seperate issue about contextual links not working when Javascript is disabled (we might come up with a "graceful degradation" solution).
Comment #10
aspilicious commentedCrosslinking: #803032: Contextual links don't work if javascript disabled
Comment #11
eigentor commented@casey: is the solution I was shooting at feasible? I know you are the Javascript Ninja ;)
Comment #12
casey commentedpseudo hover is going to cost lots of code. I don't think it is worth it.
#849926: links wrapped in .contextual-links-wrapper divs are not accessible at all via keyboard alone also problems with screen readers will make contextual work in IE6 when using keyboard navigation. I'd say that is sufficient for IE6.
Comment #13
aspilicious commentedWe don't care about IE6 anymore.
Bye bye :)