Completed
Last Updated: 26 Feb 2014 15:46 by ADMIN
ADMIN
Velin Koychev
Created on: 26 Nov 2013 14:26
Type: Bug Report
1
Test Studio does not read the leading apostrophe in an HTML <img> alt Attribute
If we have the following HTML code:

<img src="delete2.jpg" alt="&apos;Some text&apos; has been written here" width="42" height="42">

(where &apos; is the entity number for the special character Apostrophe ' ) 

and we try to print with Test Studio the alt value of this img element, we can see that Test Studio ignores the first apostrophe:

Expected Result:

'11/26/2013 4:07:53 PM' - LOG: 'Some text' has been written here

Actual Result:

'11/26/2013 4:07:53 PM' - LOG: Some text' has been written here

Sample test and HTML webpage are attached in the internal description.
1 comment
ADMIN
Daniel Djambov
Posted on: 26 Feb 2014 15:46
Telerik: The issue is fixed and solution will be available in our next internal product release planned by the end of Feb 2014.