Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • NeilAgg
    replied
    I am using version 14.1 I updated to 2026_02_14 and it fixed the problem. Thank you!

    Leave a comment:


  • Isomorphic
    replied
    You didn't report your SmartGWT version, but this issue has been fixed back to SGWT 13.1. Just grab nightly builds dated 2026-02-13 and beyond.

    Leave a comment:


  • NeilAgg
    replied
    Thank you for working on it!

    Leave a comment:


  • Isomorphic
    replied
    We can see the issue you reported and are looking into a solution.

    Leave a comment:


  • NeilAgg
    started a topic Label setEventOpaque(false) not working

    Label setEventOpaque(false) not working

    I have a drawing with a label which overlays some draw elements (lines, boxes, etc.)
    I want clicks made in the label area to pass-through to the underlying elements, so I added setEventOpaque(false) on the label.
    Unfortunately, it is not working.

    I am attaching a test case, which you can try at https://dev.3dmathpuzzles.com/SmartGWTTest/test.html

    When you load it, there will be a line with a label on top of it. When you click on the line, it puts a log into the developer console.
    But, when you click on the line area which is covered by the label, you don't get the click.

    Any ideas on how to get this working?
    Attached Files
Working...
X