Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
385
Overlapping text in Ultragrid with Hebrew characters
posted

The following text produces the screenshot below:

Cannot locate the Local/Hebrew text problem/1.0/פנדה מחשבים ותקשורת1 repository item in the running application. Searched for 15 seconds. <br/><I>  Hint: The Window \"<a href=\"Local_x002F_Hebrew_x0020_text_x0020_problem_x002F_1.0_x002F_פנדה_x0020_מחשבים_x0020_ותקשורת1\">פנדה מחשבים ותקשורת1</a>\" with the property \"URL\" [\"http://www.pandas.co.il/product_info.php?manufacturers_id=83&amp;products_id=941&amp;PHPSESSID=a73236e5c9a65803b72d1f1849f066b7\" is not equal to \"http://www.pandas.co.il/product_info.php?manufacturers_id=83&amp;products_id=941&amp;PHPSESSID=c3e009e624182d90acc5eeb7615a7050\"]</I><br/>Chose possible control match: Window

 

What can be done to keep the link from running over the rest of text?

Parents
  • 48586
    posted

    Hello,

     

    It is very interesting issue, because you are using right-to-left and left-to-right text at the same time. So I try to put some spaces (“ ”) before </a> tag and this worked fine for me. The might occurring based on different characters measurements and that why overlaps the other text.

     

    This is the resulted text :

     

    Cannot locate the Local/Hebrew text problem/1.0/פנדה מחשבים ותקשורת1 repository item in the running application. Searched for 15 seconds. <br/><i> Hint: The Window \&quot;<a href="Local/Hebrew text problem/1.0/פנדה מחשבים ותקשורת1\">פנדה מחשבים ותקשורת1 </a>\&quot; with the property \&quot;URL\&quot; [\&quot;http://www.pandas.co.il/product_info.php?manufacturers_id=83&amp;products_id=941&amp;PHPSESSID=a73236e5c9a65803b72d1f1849f066b7\&quot; is not equal to \&quot;http://www.pandas.co.il/product_info.php?manufacturers_id=83&amp;products_id=941&amp;PHPSESSID=c3e009e624182d90acc5eeb7615a7050\&quot;]</i><br/>Chose possible control match: Window

     

    And here is how this text is rendering.

     

     

    Let me know if you have any further questions.

Reply Children