I almost hate to break the trend, however I discovered this bug while reading up on HTML 5 and especially the so-called HTML5 Shim that has been created to help Internet Explorer render HTML5 pages properly. While attempting to copy the link inside the html code to download and see what this file is all about, I discovered I cannot select the text with my mouse, then right-click on it and copy it. The line is highlighted OK, but when I right-click, everything highlighted drops away leaving on the area/word/group of text my mouse pointer is sitting on. Selecting and copying 'normal' text within P tags, for example, is fine and works as expected, it is only within the following code I cannot select and copy properly.:
Code: Select all
<!--[if IE]>
<script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script>
<![endif]-->
I can select and Control + C to copy, so it isn't like this bug is a show-stopper, but it does point to something weird going on with the editor and in the quest for perfection, I am sure the devs would like to know about every little quirk found, regardless of severity.
I am using WeBuilder 10.2.0.121 on a 32-bit Windows 7 Ultimate box.
Dave
davethompson.co.nz