ICEfaces
  1. ICEfaces
  2. ICE-2732

Parser problem - <a>'s being injected into other components on the page

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Critical Critical
    • Resolution: Fixed
    • Affects Version/s: 1.7Beta1
    • Fix Version/s: 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      ANY

      Description

      An empty <a> with href="#" on the page will rendered the following page content inside another <a>. e.g:

      <a href="#"></a>
      <h2>hello</h2>

      will be rendered as:
      <a href="#"></a>
      <h2><a href="#">hello</a></h2>

      ------------

      Might be a more general issue:

      On some pages appeared suddenly links where always have been text before.

      Our finding is that if you have <p>Some text</p> in your xhtml pages it is rendered to <p><a href="">Some text</a></p> in the output.

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            Sam Xiao
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: