You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey A. Ivanov (JIRA)" <ji...@apache.org> on 2007/08/29 08:47:31 UTC

[jira] Commented: (HARMONY-4575) [classlib][swing][html] Images in links are not working properly

    [ https://issues.apache.org/jira/browse/HARMONY-4575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523477 ] 

Alexey A. Ivanov commented on HARMONY-4575:
-------------------------------------------

One small comment to the fix,

I propose to move attribute setting from constructor to setPropertiesFromAttributes() because attributes of a View can be updated after view has been created. And no cached attributes will be updated if attribute adjustment is performed in constructor. To solve this problem you just need to move it to setPropertiesFromAttributes() method.

Regards,
Alexey.

> [classlib][swing][html] Images in links are not working properly
> ----------------------------------------------------------------
>
>                 Key: HARMONY-4575
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4575
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Vasily Zakharov
>            Assignee: Alexey Petrenko
>         Attachments: H4575-ImageView-HTMLDocument.patch, test.zip
>
>
> If an image is put inside an <a href=""> and </a> tags, it's not working as a part of the link - it's not clickable and mouse cursor doesn't change shape over it.
> To reproduce, unpack the attached test.zip file and run 'java Test'. Then try moving the mouse over the image and clicking. Compare to moving mouse over and clicking the text besides the image.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.