Skip to main content
Inspiring
February 25, 2009
Answered

InlineGraphicElement + LinkElement + SelectionManager bug

  • February 25, 2009
  • 2 replies
  • 470 views
If you have an image that is used as an anchor (link), you are supposed to be able to click on the image to initiate the link processing. However, if you have a SelectionManager in your TextFlow, things dont work 100% the way they should.

Specifically, if you try to click on the link by moving your mouse cursor directly over the image (meaning without touching any other text that may be a part of the link first i.e. <a href='foo'>aaa<img source='...' />bbb</a>... dont touch aaa or bbb with your cursor), then the image does not act as a link.

However if you DO move your mouse cursor over other text in the link just prior to moving the mouse on to the image, then the image DOES respond to the click as a Link (i.e. slide your mouse from the left to the right going over the aaa and then directly onto the img).

I have attached a simple example program that illustrates this problem, however you must take the car to move the mouse as I have described in the post.

I am using Gumbo 5032 TLF 277.

If someone can please confirm this as a bug I would appreciate it.
Thanks,
Tim
This topic has been closed for replies.
Correct answer brian_thomas2
I am able to reproduce this. Thank you for posting the code sample! I'll make sure it gets looked at.

I am seeing the problem as even worse than you describe it. When the SelectionManager is added, the image doesn't function as part of the link at all.

2 replies

brian_thomas2
Adobe Employee
brian_thomas2Correct answer
Adobe Employee
February 26, 2009
I am able to reproduce this. Thank you for posting the code sample! I'll make sure it gets looked at.

I am seeing the problem as even worse than you describe it. When the SelectionManager is added, the image doesn't function as part of the link at all.
tpf70Author
Inspiring
February 26, 2009
Anyone?