#8435 closed defect (fixed)
VML: shapes under an image cannot be clicked.
Reported by: | Eugene Lazutkin | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | blocker | Milestone: | 1.3 |
Component: | DojoX GFX | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Apparently mouse events do not reach shapes stacked beneath an image shape. It includes shapes partially/fully visible under the image.
Change History (7)
comment:1 Changed 13 years ago by
Priority: | normal → highest |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:6 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
The reason is simple --- we use div+img (HTML elements) because of deficiency of the corresponding VML elements. For example, the VML's image cannot be transformed (rotated, skewed).
It looks like even transparent div (by necessity it should be as big as the surface) intercepts all events making them unavailable for underlying objects.