https://bugs.documentfoundation.org/show_bug.cgi?id=163824

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|https://bugs.documentfounda |
                   |tion.org/show_bug.cgi?id=11 |
                   |3224                        |
             Blocks|                            |113224
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Justin L <[email protected]> ---
SvxBitmapTabPage is created in two places.

The most common way is the generic SfxTabDialogController::CreatePages() which
creates a SvxAreaTabPage. This way does NOT save BitmapList changes.

The other place is SvxAreaTabDialog which creates the same SvxAreaTabPage, but
this one keeps track of the Lists, and SavePalettes() on both OK and Cancel.

It will not be trivial to fix this.
[DeactivatePage is called on OK, but not on cancel - likely a failure of
IMPL_LINK_NOARG(SfxTabDialogController, CancelHdl) which does not
PrepareLeaveCurrentPage().]
[ChangesApplied is never called.]

When designing this, keep in mind the desire of bug 125969 to be able to
auto-add images that must NEVER be saved to the user profile - but only remain
available for the current document.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113224
[Bug 113224] [META] Image fill issues of the Area fill tab
-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to