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

[jira] Created: (HARMONY-4694) [calsslib][swing][html]Setting attributes for ImageView should be moved from constructor to setPropertiesFromAttributes method

[calsslib][swing][html]Setting attributes for ImageView should be moved from constructor to setPropertiesFromAttributes method 
-------------------------------------------------------------------------------------------------------------------------------

                 Key: HARMONY-4694
                 URL: https://issues.apache.org/jira/browse/HARMONY-4694
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Dmitry Irlyanov
            Priority: Minor


Attribute setting should be moved 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.
(Thanks to Alexey A. Ivanov for remarks - the issue description is given from his comment to 4575)

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