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


User fs changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|mba                       |tkr
--------------------------------------------------------------------------------
                 Summary|UNO dialog in bug doc not |document-local UNO dialogs
                        |loaded anymore            | containing label controls
                        |                          | cannot be loaded anymore
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Dec  3 10:37:46 +0000 
2007 -------
fs->tkr: This seems to be a regression of your "NoLabel" change. What happens is
that when the dialog is to be loaded, ElementDescriptor::readFixedTextModel
tries to translate an attribute "nolabel" to a property value of NoLabel. Which
leads to ElementDescriptor::read asking for the NoLabel property, which simply
does not exist at the FixedTextModel, thus an UnknownPropertyException is
thrown, which cancels the loading of the complete dialog.

Besides that I think the current behavior is *way too* intolerant (why is does
*complete* loading fail when there is an error with a single property?), it
seems the code silently assumes that there is a NoLabel property where there
actually is none.

---------------------------------------------------------------------
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