nationalparkservice / storymap-journal

Apache License 2.0
0 stars 0 forks source link

IE11 Argh!! - Focus rings are invisible in links in sidepanel #14

Closed regan-sarwas closed 8 years ago

regan-sarwas commented 8 years ago

This effects user entered links, the main stage actions, and the jump to mainstage link. Links have same styling in the floating panel and they display fine in the floating panel. The styling is applied by Bootstrap (not in user code, except in nps.css .section a is styled, but removing this has no effect.)

Items of note:

  1. sidepanel is in a table element, floating panel is not
  2. Fiddling with the bootstrap definition in the debugger returns the rings
  3. IE does not support the outline: auto as a CSS reset to "factory default"
regan-sarwas commented 8 years ago

A closer look between a link in the side panel and the floating panel revealed no differences and no customizations in the user code. (ignore the prior comment about nps.css, that was a test/debugging style)

I don't like editing the bootstrap file but it fixed the problem, and I have wasted way too much time already. I hope to create a simplified test case to replicate this problem and find the real problem, so that it can be properly resolved (note the style is still the same in latest bootstrap).

closed with 3346626da5ce76986a472758a8039741a83813d9