Won't Fix
Last Updated: 04 May 2016 07:31 by ADMIN
ADMIN
Pavel
Created on: 02 May 2016 11:30
Type: Bug Report
0
Chrome/Firefox recorder ignores " " symbols in text verifications
The following markup:

<div class="crumbs">
            <a href="/Property/List/F__20446"><span>My Campus</span></a>
            &nbsp;/&nbsp;
            <a href="/Property/List/F__52872"><span>ME Test</span></a>
            &nbsp;/&nbsp;
            <a href="/Property/List/F__52888"><span>My Multi Edits</span></a>
            &nbsp;/&nbsp;
            Americas (A-N)
    </div>

produces wrong verification step for the contained text: "///
            Americas (A-N)"


The correct verification should be against the following text: "/ / / 
            Americas (A-N)"
1 comment
ADMIN
Pavel
Posted on: 04 May 2016 07:31
After further investigation it turns out this behavior is related to the following item http://feedback.telerik.com/Project/161/Feedback/Details/139966-verification-of-innermarkup-in-ff-fails-when-text-contains-nbsp
Thus, we are keeping the current behavior as the correct one.