To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85105





------- Additional comments from [email protected] Thu Feb 26 11:17:48 +0000 
2009 -------
Investigation reveals the following:
The graphic is inserted as a link. Thus, the intrinsic graphic is loaded
asynchronous in a background thread - issue 73788. Until the graphic is
completely loaded its "ActualSize" attribute is not initialized.
Unfortunately, the "ActualSize" attribute is requested before the graphic is
completely loaded.

Possible solutions:
A: Perform something like "busy-waiting" on accessing the "ActualSize" attribute
- loop of access; check, if set; if set then go on else wait a moment and
perform loop-body again.
B: Trigger a synchronous load of a linked graphic on request its "ActualSize"
attribute.

I vote for solution A. Otherwise the advantages of the asynchronous load of
linked graphics are partly lost - see issue 73788

OD->villeroy, kpalagin:
What is your opinion?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to