[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #66 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "libreoffice-7-2":

https://git.libreoffice.org/core/commit/140fa0023eec1b8bfcd68394c4395a473c666057

tdf#50421: use substVariables for remaining %PERCENT% in "Check for Updates"

It will be available in 7.2.3.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA target:7.3.0|BSA target:7.3.0
   ||target:7.2.3

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #65 from Julien Nabet  ---
Cherry-pick waiting for review for 7.2 branch here:
https://gerrit.libreoffice.org/c/core/+/122733

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #64 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/501929557800e400c9ee07d25687ee60354d74c2

tdf#50421: use substVariables for remaining %PERCENT% in "Check for Updates"

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA |BSA target:7.3.0

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #63 from Caolán McNamara  ---
(In reply to Julien Nabet from comment #60)
> Adolfo: I noticed 2 locations in Pootle where RID_UPDATE_STR_PERCENT
> (msgid="%PERCENT%") is translated by "%PERCENT %".

FWIW it looks to me that the "%PERCENT" part is intended to be replaced at
runtime by a number so for the English case %PERCENT% becomes e.g. "50%" which
is correct as there isn't a space between number and % in English locales,
while its common in other locales to display "50 %" so the above translation is
probably good.

It looks pretty fragile to me to expect translators to get this right from so
little context, include/i18nutil/unicode.hxx has "formatPercent" which looks a
more sensible way to just format this percentage according to a locales rules.
I suggest removing that RID_UPDATE_STR_PERCENT translation and use
formatPercent instead.

Presumably though the crashing/handing issue is unrelated to the unsightly
%PERCENT% label

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2021-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #62 from Lucas J  ---
Can confirm using:
Version: 7.2.1.2 (x64) / LibreOffice Community
Build ID: 87b77fad49947c1441b67c559c339af8f3517e22
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

***For me, it goes away after second attempt of checking for updates.***

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

[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2019-12-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Timo  changed:

   What|Removed |Added

 CC||will.brokenbourgh2877@gmail
   ||.com

--- Comment #61 from Timo  ---
*** Bug 118787 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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #60 from Julien Nabet  ---
Adolfo: I noticed 2 locations in Pootle where RID_UPDATE_STR_PERCENT
(msgid="%PERCENT%") is translated by "%PERCENT %".
See
https://translations.documentfoundation.org/es/libo_ui/translate/#filter=checks=critical=137277006=0
Is it expected?

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #59 from ldm...@gmail.com  ---
Personnaly I can reproduce this bug but it only occurs on the first update
check after LO update (it doesn't occurs on the 2d "version verification" from
menu "Help > Check Update").

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

Julien Nabet  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #58 from Julien Nabet  ---
Xisco: thought you might be interested in this one.
It's a long standing bug that some may reproduce others no.

Here's code pointer to start with:
https://opengrok.libreoffice.org/search?project=core=RID_UPDATE_STR_PERCENT==full

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #57 from ldm...@gmail.com  ---
Checked now and this bug is still accurate in LibreOffice Version: 6.2.3.2
(x64)


To reproduced:
1. launch an "old LO" and check for update
2. download last install binaries and install LO
3. launch updated LO then check for update => buggy dialog with "%PERCENT%" is
displayed ;-(.

See you in one year?

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #56 from QA Administrators  ---
Dear theirix,

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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

2018-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #55 from skierpage  ---
As I mention in the duplicate bug 117699, this happened to me after I updated
from 6.0.2 to 6.0.4 on Windows 10. Same as comment 32, during 6.0.4.2 setup I
specified not to start LibreOffice at startup. I ran LibreOffice "hub" (not
Writer, Calc, etc.), immediately Help > Check for Updates, and got the garbled
dialog; thereafter it worked in all the applications. Hope this helps.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

2018-05-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Aron Budea  changed:

   What|Removed |Added

 CC||i...@skierpage.com

--- Comment #54 from Aron Budea  ---
*** Bug 117699 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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

2017-03-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #52 from ldm...@gmail.com  ---
Confirmed today when upgrading to LibreOffice_5.2.6_Win_x86 under Windows 10
64bit:
=> first version check after update returns "%PERCENT%".

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

2017-03-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #51 from Christian Schroeder  ---
Well, not even a week since I posted my last comment, %PERCENT% appeared. I had
just upgraded from 5.3.0.3 to 5.3.1 64 bit (on top of 64 bit) on a windows 7
machine. Still exists.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

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

--- Comment #50 from Christian Schroeder  ---
It was suggested to me that I delete my LO profile the next time I installed an
update. The last time I installed an update --- I don't remember between which
versions --- I uninstalled the old version AND deleted my profile. I then
installed the newer LO version, and I haven't seen this bug since. It may well
be that this bug is solved but that it persists for some users through some
quirk in the profile. I wonder also if it isn't a problem that exists as a
result of another bug, but that the correlation hasn't been definitively
established. If the latter is the case, then if the root problem is fixed, one
will never know definitively that the offshoot is fixed, too. 

These are just my thoughts. I agree that it is unsatisfying that this bug
should continue to rear its head, regardless of cause.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

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

--- Comment #49 from martin-20121124-libreoff...@ramsch.org ---
Isn't it a shame, that this FIVE YEAR OLD bug still exists?

Though it might not be severe technically-wise, it is pretty bad in regard to
user experience: After upgrading pretty much the first thing a user gets, is an
error (if checking for further updates. And because the whole point of
upgrading is to get the most current version, many DO check to be sure).

This does not create confidence in LibreOffice, maybe even pushes some users to
not look into it further …

So it is a pretty visible bug with negative impact on LibreOffice's reputation.

Just my two cents. I'm sorry that I'm not capable of fixing it myself.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

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

--- Comment #48 from jhertel  ---
Just happened to me in LibreOffice 5.2.6.2, US English user interface, Windows
10 (build 14393.953), right after installing it over a 5.2.5 installation.

When I tried a second time, the dialog worked perfectly.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

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

--- Comment #47 from Adolfo Jayme  ---
*** Bug 106392 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 50421] UI: "Check for Updates" menu leads to an unusable dialog ( shows "%PERCENT%")

2016-11-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Adolfo Jayme  changed:

   What|Removed |Added

 CC||anonimo.ocu...@bol.com.br

--- Comment #46 from Adolfo Jayme  ---
*** Bug 104200 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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

2016-01-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

Julien Nabet  changed:

   What|Removed |Added

 CC||ldm...@gmail.com

--- Comment #45 from Julien Nabet  ---
*** Bug 97377 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #44 from John Franklin  ---
Template dialog also observed on Mac OS X 10.8.5, LibreOffice 5.0.1.2 (Build
ID: 81898c9f5c0d43f3473ba111d7b351050be20261)  Did not try to crash LO.

This was installed over a 4.x version.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #42 from Julien Nabet  ---
(In reply to Christian Schroeder from comment #41)
> Installed 5.0.1.2 on two windows 7 machines. Bug appeared on both these
> installations. Could not test xp machine as the updates window won't open.

Which bug? the crash or the %PERCENT%?
Was it with a brand new LO profile (see
https://wiki.documentfoundation.org/UserProfile#Windows)?

On pc Debian x86-64 with master sources updated today, I don't reproduce this.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #43 from Christian Schroeder  ---
Sorry; the %PERCENT% problem. This was with an install over top of a version 4
install.

-- 
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 50421] UI: "Check for Updates" menu leads to an unusable dialog (shows "%PERCENT%")

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

--- Comment #41 from Christian Schroeder  ---
Installed 5.0.1.2 on two windows 7 machines. Bug appeared on both these
installations. Could not test xp machine as the updates window won't 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


[Libreoffice-bugs] [Bug 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2015-07-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #40 from Christian Schroeder cbkschroe...@yahoo.ca ---
Installed 4.4.4.3. On an old XP machine, the bug persists. I didn't see it on
my 7/64 machines.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

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

--- Comment #39 from tommy27 ba...@quipo.it ---
*** Bug 83407 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2015-05-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50421

--- Comment #38 from Christian Schroeder cbkschroe...@yahoo.ca ---
I installed 4.4.3.2 today. On XP, going to check for updates hung LO --- that's
a new one! LO had to do a document recovery after I killed it --- and the
%PERCENT% bug again appeared as previously described in 7. In both cases
checking for updates subsequently worked just fine.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2015-01-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #37 from Christian Schroeder cbkschroe...@yahoo.ca ---
I can confirm that the bug continues to exist after installing 4.3.5.2 on both
XP and 7.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #35 from Christian Schroeder cbkschroe...@yahoo.ca ---
OK, I've done the best I can.

I've uploaded the file backtrace 14120900.txt. I need to provide some
context, though.

I've got the pre-crash state snapshotted in my VM, so I can test again and
again with reasonable speed. I can reproduce the %PERCENT% error state (and the
subsequent crash with the required additional pressing of Download) again and
again up until I attach to the soffice.bin process. That is, I can have WinDbg
running but unattached, and reliably produce both the %PERCENT% and the crash.
If I attach to the process immediately after starting LO, however, then WinDbg
seems to hang for quite a few moments on line 148: (8b4.ae4): Break
instruction exception - code 8003 (first chance). Only after a few moments
does WinDbg advance to the remainder:

eax=7ffdf000 ebx=0001 ecx=0002 edx=0003 esi=0004 edi=0005
eip=7c90120e esp=0dadffcc ebp=0dadfff4 iopl=0 nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs= efl=0246
ntdll!DbgBreakPoint:
7c90120e cc  int 3

After it's gone to this point and I start debugging, LO will NOT produce the
%PERCENT% error and, consequently, I cannot reproduce the crash. More detail:

Route 1:

1) I start WinDbg;
2) I start LO;
3) In LO, I attempt to check for updates; %PERCENT% appears and I can cause the
crash.

Route 2:

1) I start WinDbg;
2) I start LO;
3) I attach to soffice.bin;
4) I wait as I mentioned above; 
5) After I see int3, I hit F5;
6) I check for updates;
7) LO does nothing remarkable; everything seems to work fine.

In order to obtain my backtrace file, then, I did the following:

1) I start WinDbg;
2) I start LO;
3) In LO, I attempt to check for updates; %PERCENT% appears;
4) I attach WinDbg to soffice.bin; I wait;
5) After I see int3, I hit F5;
6) I press Download, the crash occurs, and I proceed with the exception
analysis.

Please let me know if you have any further questions.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #36 from Christian Schroeder cbkschroe...@yahoo.ca ---
Created attachment 110658
  -- https://bugs.freedesktop.org/attachment.cgi?id=110658action=edit
Backtrace obtained as described by Christian Schroeder on 141209, first post.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #34 from Robinson Tryon (qubit) qu...@runcibility.com ---
(In reply to Christian Schroeder from comment #33)
 The bug reappears reliably in my VM, as does the crash.

If LO is crashing, then we can get a backtrace from that and help the devs to
narrow-in on what precisely is failing. We've got some great instructions about
WinDbg debugging on the wiki:
https://wiki.documentfoundation.org/How_to_get_a_backtrace_with_WinDbg

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #32 from Christian Schroeder cbkschroe...@yahoo.ca ---
OK, so within a VirtualBox XP virtual machine (it's what I have) on a windows 7
host, I cleanly installed 4.3.2.2, typical install. I didn't create a desktop
start link. Libreoffice had never been installed on this machine. After this
installation, I immediately installed the requisite US English help pack. I
then opened writer, let it go through its initial motions and allowed the
writer window to appear. I executed Check for Updates which worked as
expected, advising me that there was a new version of Libreoffice. I then
closed all the applications and rebooted. After this, I installed 4.3.4.1 over
top of 4.3.2.2, same settings as previous install, but now also specifying not
to start Libreoffice at startup; this option was not available in the first
install. I installed the requisite help pack, same type. I again opened writer,
letting it go through its motions. At the earliest opportunity, I executed
another Check for Updates, at which time the %PERCENT% bug revealed itself.
Even better(!), when I went to test the activity of the buttons in the dialog
--- I hit Download, I believe --- Libreoffice crashed! I was presented with
the standard crash recovery dialog.

After doing these things once, I deleted the virtual machine image and
re-imported it so as to bring me back to step #1 exactly. I went through the
motions again and reproduced the error exactly a second time.

I hope this information helps.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-12-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #33 from Christian Schroeder cbkschroe...@yahoo.ca ---
I tried the above one more time, doing the exact same things except not
changing any of the default installer options and NOT installing the help
packs. The bug reappears reliably in my VM, as does the crash.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Christian Schroeder cbkschroe...@yahoo.ca changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---
 Ever confirmed|0   |1

--- Comment #28 from Christian Schroeder cbkschroe...@yahoo.ca ---
I just installed 4.3.4.1 on a Windows 7 machine and an old XP machine. The bug
has reappeared for me.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #29 from tommy27 ba...@quipo.it ---
(In reply to Christian Schroeder from comment #28)
 I just installed 4.3.4.1 on a Windows 7 machine and an old XP machine. The
 bug has reappeared for me.

please give more details... 
did you install 4.3.4.1 over a pre-existing installation? which was that
version?
are you experiencing the exact issue of the original reporter (see comment 0)?

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #30 from Christian Schroeder cbkschroe...@yahoo.ca ---
From what I can see, it certainly appears to be the same issue. I cannot verify
that I can't click the buttons; I didn't try. My issue appears only once per
installation, at the very first update check. I hence won't be able to try
again until I get another version. I almost always install over an old version;
I've done this time and again. If I had to guess (I now can't recall with 100%
certainty), I installed over 4.3.2 this time around though, again, it's
appeared almost every time I've installed over older versions, regardless of
version. There's a nagging thought in my head, though, that the bug DIDN'T
appear when I installed 4.3.2. I'm sorry that I can't be more certain. All the
screenshots which are attached I've inspected; they all seem to present a
similar problem to what I'm experiencing.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #31 from tommy27 ba...@quipo.it ---
thanks 4 feedback
I revert status to NEW

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-10-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 CC||kaka...@live.se

--- Comment #27 from ign_christian ign_christ...@yahoo.com ---
*** Bug 85033 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

tommy27 ba...@quipo.it changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@quipo.it
 Resolution|--- |WORKSFORME

--- Comment #26 from tommy27 ba...@quipo.it ---
ok let's mark this a RESOLVED WORKSFORME
feel free to change the status to NEW if anybody is able to reproduce it again
with new LibO releases.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-10-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #25 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
I just installed version 4.2.6-secfix in place of my own build of 4.2 branch. I
tried the update check just after the first launch and it worked as expected.
Subsequent checks for update work as expected too.

Tested on Ubuntu 14.04 x86-64

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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-09-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #24 from Christian Schroeder cbkschroe...@yahoo.ca ---
I installed 4.3.1.2 freshly on an old xp virtual machine; this machine had not
had LibreOffice installed on it ever. The bug did not appear after the install
and first check for updates. I then reinstalled 4.3.1.2 using the repair
option and checked for updates again. The bug did not appear. 

A negative result, but a result nonetheless. I will post additional information
as it is made available.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #23 from foss f...@openmailbox.org ---
So we have varying experiences. Do we have a reproducible case? Latest dupe was
for 4.3.0.4 but we're at 4.3.1.2. Can anybody reproduce this with the latest
release?

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---
 CC||cbkschroe...@yahoo.ca
 Ever confirmed|1   |0

--- Comment #22 from Adolfo Jayme f...@libreoffice.org ---
*** Bug 83407 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2014-09-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---
 Ever confirmed|1   |0

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #17 from KinG-InFeT king.in...@gmail.com ---
Created attachment 91177
  -- https://bugs.freedesktop.org/attachment.cgi?id=91177action=edit
Screenshot

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #18 from KinG-InFeT king.in...@gmail.com ---
Other tests on Windows 7 Professional 32-bit

Libreoffice: Version: 4.1.4.2
Build ID: 0a0440ccc0227ad9829de5f46be37cfb6edcf72

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

KinG-InFeT king.in...@gmail.com changed:

   What|Removed |Added

Version|3.5.3 release   |4.1.4.2 release

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

KinG-InFeT king.in...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=72259

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 CC||qu...@runcibility.com

--- Comment #19 from Qubit qu...@runcibility.com ---
(In reply to comment #17)
 Created attachment 91177 [details]
 Screenshot

KinG - Any special repro steps?

Could you please try to repro on 4.2.0.1?
https://www.libreoffice.org/download/pre-releases/

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

--- Comment #20 from KinG-InFeT king.in...@gmail.com ---
(In reply to comment #19)
 (In reply to comment #17)
  Created attachment 91177 [details]
  Screenshot
 
 KinG - Any special repro steps?
 
 Could you please try to repro on 4.2.0.1?
 https://www.libreoffice.org/download/pre-releases/

i try 
Versione: 4.2.0.1
Build ID: 7bf567613a536ded11709b952950c9e8f7181a4a

and not show this bug... fixed in 4.2.0.1 ?

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Qubit qu...@runcibility.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #21 from Qubit qu...@runcibility.com ---
(In reply to comment #20)
 i try 
 Versione: 4.2.0.1
 Build ID: 7bf567613a536ded11709b952950c9e8f7181a4a
 
 and not show this bug... fixed in 4.2.0.1 ?

Sounds promising! It's possible that there's slightly different behavior for
release builds vs. RC's, but we can re-test when 4.2 is released at the end of
January:
https://wiki.documentfoundation.org/ReleasePlan#4.2_release

KinG - I'll mark this as 'RESOLVED WORKSFORME' for the time being; if the 4.2
release does *not* fix the problem, please change the status back to 'NEW' and
we'll investigate further.

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|UI: Check for Updates |UI: Check for Updates
   |menu leads to an unusable   |menu leads to an unusable
   |dialog  |dialog (shows %PERCENT%)

-- 
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 50421] UI: Check for Updates menu leads to an unusable dialog (shows %PERCENT%)

2013-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50421

Foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #16 from Foss f...@openmailbox.org ---
This has been working perfectly fine for me with LO 4.2.0.1 and also been
reported to be working by another user:
https://bugs.freedesktop.org/show_bug.cgi?id=72970

Can anybody please check if this issue persists with 4.2.0.1
http://www.libreoffice.org/download/pre-releases/ since it looks fixed from
what I see.

Setting to NEEDINFO until another user can confirm this is indeed working fine
with 4.2.0.1.

After providing the requested info, please but this bug to UNCONFIRMED if the
problem persists or WORKSFORME if it works indeed for you as well. Thanks :)

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