Bug 133493 - AutoUpdate window shows extra information
Summary: AutoUpdate window shows extra information
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
6.4.4.2 release
Hardware: x86-64 (AMD64) Windows (All)
: lowest trivial
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Updates
  Show dependency treegraph
 
Reported: 2020-05-29 09:16 UTC by R1M
Modified: 2024-07-31 18:41 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
you can see the %PERCENT% in the middle of the window (30.82 KB, image/jpeg)
2020-05-29 09:17 UTC, R1M
Details

Note You need to log in before you can comment on or make changes to this bug.
Description R1M 2020-05-29 09:16:37 UTC
Description:
When using "Check updates" function, from Writer, the popup window has extra information like "%PËRCENT" inside.
Not tested with another module but is probably linked to the core module or User Interface.

Steps to Reproduce:
1.Update your installation to v6.4.4.2
2.Launch Writer
3.Go to "Check for updates" menu
4.see what is shown
I've seen the issue only at first test, after it is OK...

Actual Results:
the window is populated with extra information

Expected Results:
No more extra information


Reproducible: Couldn't Reproduce


User Profile Reset: No



Additional Info:
would like to attach a screenshot but not possible.
Comment 1 R1M 2020-05-29 09:17:49 UTC
Created attachment 161389 [details]
you can see the %PERCENT% in the middle of the window
Comment 2 ian 2020-05-29 13:32:27 UTC
Thank you for reporting the bug.

I can confirm that the %PERCENT% does appear in the window, but only briefly.

Using:

Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Windows 10.0 Build 17763; UI render: default; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

Does the %PERCENT% remain in the window until you select one of the buttons or does it only temporarily appear?
Comment 3 R1M 2020-05-29 13:34:42 UTC
I got it for a long time, long enough to get a screenshot. I guess it would remain as long as window is present.
Comment 4 V Stuart Foote 2020-05-29 13:56:18 UTC
Can not confirm.

Safe-mode clean user profile reset and start.

Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

The 'Check for updates' dialog opens, runs with inprogress spinner, and then reports status is up to date.
Comment 5 Xisco Faulí 2020-06-29 15:04:50 UTC
Confirmed in comment 2. Moving to NEW and reducing priority
Comment 6 QA Administrators 2022-06-30 03:38:49 UTC Comment hidden (obsolete)
Comment 7 QA Administrators 2024-06-30 03:14:57 UTC Comment hidden (obsolete)
Comment 8 BogdanB 2024-07-02 18:10:07 UTC
I found this variable in
#define RID_UPDATE_STR_PERCENT                  NC_("RID_UPDATE_STR_PERCENT", "%PERCENT%")

in core/extnesions/inc/strings.hrc at line 312
Comment 9 BogdanB 2024-07-02 18:11:49 UTC
(In reply to BogdanB from comment #8)
> I found this variable in
> #define RID_UPDATE_STR_PERCENT                 
> NC_("RID_UPDATE_STR_PERCENT", "%PERCENT%")
> 
> in core/extnesions/inc/strings.hrc at line 312

BUt RID_UPDATE_STR_PERCENT it's here as the only place it is used.