" reopening the window creates an unstyled window". I don't see that happening. Closing a free-floating VR3 window with vr3-toggle doesn't work, that's true, but I can close the window by clicking in its close box. Next time I toggle it into visibility, it opens correctly in the embedded pane as normal.
On Thursday, September 17, 2020 at 8:21:43 AM UTC-4 Edward K. Ream wrote: > On Thursday, September 17, 2020 at 5:40:46 AM UTC-5, Edward K. Ream wrote: >> >> On Wed, Sep 16, 2020 at 6:51 PM lewis <[email protected]> wrote: >> >> When I right click on the split-line > openWindow> Viewrendered3 >>> The floating window launches but content area is blank, and I get this >>> error: >>> >>> *...AttributeError: 'ViewRenderedController3' object has no attribute >>> 'leo_dock'* >>> >> >> Thanks for your testing. I'll fix this immediately. >> > > The no-docks branch fixes this. > > I have also merged the "splitter" branch into no-docks. The splitter > branch attempts fixes for: #1671 > <https://github.com/leo-editor/leo-editor/issues/1671> and #1678 > <https://github.com/leo-editor/leo-editor/issues/1678>. Surprisingly, > both fixes involved new methods in the VR/VR3 "provider" classes. I made no > substantial changes to free_layout.py or nested_splitter.py. > > At least one problem remains. After creating a stand-alone VR or VR3 > window, closing the that window doesn't really work, because reopening the > window creates an unstyled window. One "solution" would be to disallow > closes entirely, in NestedSplitterTopLevel.closeEvent. > > Terry, do you have any comments? I suspect this problem is ancient, but I > could be mistaken. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/233f03c9-d76d-49e7-95ee-7e10a7a5efb5n%40googlegroups.com.
