Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-716

Tooltip with quotes (") are not correctly displayed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 5.0.9
    • Components
    • Firefox, Chrome

      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.

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

              Created:
              Updated:
              Resolved: