Tooltip with quotes (") are not correctly displayed

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • None
    • Affects Version/s: 5.0.9
    • Component/s: Components
    • Environment:

      Firefox, Chrome

    • None

      Following zul page:

      <zk>
      <label id="label"/>

      <zscript>
      String text = "Label with \"quotes\"";
      label.setValue(text);
      label.setTooltiptext(text);
      </zscript>
      </zk>

      the value of the label is displayed correctly, but the tooltip is cut at the first quote character.

            Assignee:
            Unassigned
            Reporter:
            dis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: