https://issues.apache.org/ooo/show_bug.cgi?id=120358
--- Comment #4 from hanya <[email protected]> --- Created attachment 78724 --> https://issues.apache.org/ooo/attachment.cgi?id=78724&action=edit Patch to fix by removing conflicted properties This patch contains fix by removing conflicted properties with attributes. - TabPageID: not influenced - Enabled: Property removed and set default value of attribute to sal_True - Title: Not touched. Current implementation uses both property and attribute. When attribute is accessed, the value is get/set from property. - ImageURL: Property removed. - ToolTip: Not influenced. This is shown when Shift + F1 is pushed. Many control models support enabled state by Enabled property. Should this be fixed by the same way with Title property and attribute? Runtime behavior to set these attributes is not touched in this patch. There is no connection between tab page model and tab container which keeps TabPage instance. It seems we need listener for that task. -- You are receiving this mail because: You are the assignee for the bug.
