[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2023-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #50 from Caolán McNamara  ---
lets give https://gerrit.libreoffice.org/c/core/+/147078 a go then

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2023-02-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #49 from Caolán McNamara  ---
The code for this is in framework/source/dispatch/closedispatcher.cxx as:
IMPL_LINK_NOARG(CloseDispatcher, impl_asyncCallback, LinkParamNone*, void)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||noelgran...@gmail.com

--- Comment #48 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this
by following comment 36.

I don't know if it's related but I noticed this log on console:
warn:legacy.tools:527177:527177:sfx2/source/doc/objmisc.cxx:1134: Don't close
the medium when loading documents!
the SfxObjectShell::FinishedLoading is called twice:
1)
#0  SfxObjectShell::FinishedLoading(SfxLoadedFlags) (this=0x563225024a30,
nFlags=SfxLoadedFlags::ALL) at sfx2/source/doc/objmisc.cxx:1131
#1  0x7f5baf817ed0 in SwDocShell::LoadingFinished() (this=0x563225024a30)
at sw/source/uibase/app/docsh.cxx:1196
#2  0x7f5baf6db0b4 in SwHTMLParser::~SwHTMLParser() (this=0x5632280a0790)
at sw/source/filter/html/swhtml.cxx:502
#3  0x7f5baf6dbcd9 in SwHTMLParser::~SwHTMLParser() (this=0x5632280a0790)
at sw/source/filter/html/swhtml.cxx:469
#4  0x7f5bae431e31 in SvRefBase::ReleaseRef() (this=0x5632280a0790) at
include/tools/ref.hxx:163
#5  0x7f5baf6f8c0a in tools::SvRef::~SvRef()
(this=0x7fffb29e40f0) at include/tools/ref.hxx:56
#6  0x7f5baf6d8a1f in HTMLReader::Read(SwDoc&, rtl::OUString const&,
SwPaM&, rtl::OUString const&)
 (this=0x5632251909a0, rDoc=...,
rBaseURL="file:///home/julien/lo/libreoffice/instdir/program/../LICENSE.html",
rPam=SwPaM = {...},
rName="file:///home/julien/lo/libreoffice/instdir/program/../LICENSE.html")
at sw/source/filter/html/swhtml.cxx:253
#7  0x7f5baf57fdd3 in SwReader::Read(Reader const&) (this=0x563227fd5970,
rOptions=...) at sw/source/filter/basflt/shellio.cxx:204
#8  0x7f5baf817a1e in SwDocShell::ConvertFrom(SfxMedium&)
(this=0x563225024a30, rMedium=...) at sw/source/uibase/app/docsh.cxx:230
#9  0x7f5be47b9031 in SfxObjectShell::DoLoad(SfxMedium*)
(this=0x563225024a30, pMed=0x56322534bb00) at sfx2/source/doc/objstor.cxx:761

2)
#0  SfxObjectShell::FinishedLoading(SfxLoadedFlags) (this=0x563225024a30,
nFlags=SfxLoadedFlags::ALL) at sfx2/source/doc/objmisc.cxx:1131
#1  0x7f5baf817ed0 in SwDocShell::LoadingFinished() (this=0x563225024a30)
at sw/source/uibase/app/docsh.cxx:1196
#2  0x7f5baf817d85 in SwDocShell::ConvertFrom(SfxMedium&)
(this=0x563225024a30, rMedium=...) at sw/source/uibase/app/docsh.cxx:256
#3  0x7f5be47b9031 in SfxObjectShell::DoLoad(SfxMedium*)
(this=0x563225024a30, pMed=0x56322534bb00) at sfx2/source/doc/objstor.cxx:761


Noel/Caolán: any idea about the root cause or whom may help here?
It's indeed not critical, some may say cosmetic and I can understand it, but it
would be great to tackle this one after about more than 12 years.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2022-01-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #47 from sdc.bla...@youmail.dk ---
reproduced STR from comment 36

Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: bb29b12a9e367d181a5d9d962d466df41e093e0c
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: da-DK (da_DK); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #46 from Rainer Bielefeld Retired  
---


-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2022-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #45 from QA Administrators  ---
Dear André Schnabel,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2020-01-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #44 from sdc.bla...@youmail.dk ---
Reproduced.

Version: 6.5.0.0.alpha0+ (x64)
Build ID: 035c7717c135c66c0ec025500b73ae9c13b7c586
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: da-DK (en_DK); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2019-08-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #43 from Jean-Baptiste Faure  ---
Bug still reproducible with Version: 6.3.1.0.0+
Build ID: 77d065767aa7054b59fae99ff00ac37bf7ce33f3
Threads CPU : 4; OS : Linux 4.15; UI Render : par défaut; VCL: gtk3; 
Ubuntu_18.04_x86-64
Locale : fr-FR (fr_FR.UTF-8); UI-Language: fr-FR
Calc: threaded

Best regards. JBF

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2019-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #42 from QA Administrators  ---
Dear André Schnabel,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2018-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||hikmet@pardus.org.tr

--- Comment #41 from Jean-Baptiste Faure  ---
*** Bug 118743 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [ summary in comment 36]

2017-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Thomas Lendo  changed:

   What|Removed |Added

 Blocks||108528


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108528
[Bug 108528] [META] Help menu bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [ summary in comment 36]

2016-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Buovjaga  changed:

   What|Removed |Added

   Keywords|easyHack|needsDevEval

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [ summary in comment 36]

2016-09-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Buovjaga  changed:

   What|Removed |Added

   Keywords|needsDevEval|easyHack

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2015-12-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

Robinson Tryon (qubit)  changed:

   What|Removed |Added

   Keywords||implementationError,
   ||needsDevEval
 CC||qu...@runcibility.com
 Whiteboard|needsDevEval|
   |implementationError |

--- Comment #39 from Robinson Tryon (qubit)  ---
Migrating Whiteboard tags to Keywords: (implementationError, needsDevEval)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2015-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #38 from Harald Koester  ---
Bug still reproducable with version 5.0.0.5 (32-Bit) under Win7 (32 bit) and
with version 5.0.1.2 (64 Bit) under Win7 (64 bit).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2015-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

--- Comment #37 from christian.pietz...@gmail.com ---
In LO 5.00.5 on Ubuntu 15.04 the doesn't occur.

Version: 5.0.0.5
Build ID: 00m0(Build:5)
Locale: de-DE (de_DE.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 30920] Closing License (WRITER-) document closes LibO [summary in comment 36]

2015-08-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30920

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 CC||ba...@quipo.it
Summary|Closing License (WRITER-)   |Closing License (WRITER-)
   |document closes LibreOffice |document closes LibO
   ||[summary in comment 36]

--- Comment #36 from tommy27 ba...@quipo.it ---
still reproducible under Win8.1 x64 using recent LibO 5.1.0.0 alpha

STEPS TO REPRODUCE
- start LibO
- click Help/Licence Information/Show Licence
- click the X of the licence file

CURRENT BEHAVIOUR
- LibO start center closes together with the licence document

EXPECTED BEHAVIOUR
- licence document should close but start center should stay open

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs