zurb / joyride

jQuery feature tour plugin.
http://www.zurb.com/playground/jquery-joyride-feature-tour-plugin
1.42k stars 241 forks source link

Table rows in Chrome #199

Open bedwar14 opened 9 years ago

bedwar14 commented 9 years ago

I've run into an issue with highlighting a table row in Chrome. I suspect that it is because of the way that Chrome handles z-indexes. The expose wrapper can't sit between the table and the table row presumably because the z-index of the parent element determines which element is in front. The modal, cover and wrapper can either be in front of or behind the table, but the expose wrapper won't sit between the two. In Firefox it works as intended. If I find a workaround I'll post it here.

bedwar14 commented 9 years ago

I found that I can copy the contents into the expose wrapper and tweak the formatting enough via JQuery calls and the expose cover keeps the links from being clicked.