Hides javascript code in editor and doesn’t show some tab separation lines.
-
Hello!
First of all, thank you for a great plugin.
I’d like to report two issues.
Nothing major. I’ve found a workaround for issue 1 and issue 2 is just cosmetic.Issue 1.
I’ve placed a html coded table inside a tab. This table has JavaScript in it. The rows (TR) look like this:
<tr onclick=”window.open(‘https://www.xactnodbelysning.se/produktsortiment-nodbelysning-ups/tillbehor/pendel-500-2000mm-1p-eb/?attribute_farg=Vit&attribute_langd=500mm’, ‘_blank’)” style=”cursor: pointer;”>
<td>0100702</td>
<td>1PW-0,5</td>
<td>Enkelpendel 500mm, inkl 4-ledare</td>
</tr>Now, if you edit the product page and start in visual mode the code will disappear, showing only this:
<tr style=”cursor: pointer;”>
<td>0100702</td>
<td>1PW-0,5</td>
<td>Enkelpendel 500mm, inkl 4-ledare</td>
</tr>This also happens if you switch from text mode to visual mode and back to text mode again. So it’s important that the product is edited with tabs set to text mode otherwise the code will be lost.
Issue 2.
On the product page, when you have more than one extra tab, the line that separates the tabs from each other only show on the final tab. Shouldn’t there be small vertical lines between each of the tabs?The page I need help with: [log in to see the link]
The topic ‘Hides javascript code in editor and doesn’t show some tab separation lines.’ is closed to new replies.