Issue 47875 - More informative dialog is requested, in case a document was loaded using incorrect password
Summary: More informative dialog is requested, in case a document was loaded using inc...
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 680m95
Hardware: Sun All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 47873 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-04-21 12:32 UTC by joerg.skottke
Modified: 2017-05-20 11:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description joerg.skottke 2005-04-21 12:32:20 UTC
How to get there:
- new document
- save with password
- close
- open document
- enter incorrect password
-> msgbox comes up with a text like "A wrong password was entered..."

This box should be more specific and using "..." in a messagebox is not acceptable.

Better: Provide a "real" dialog (with own HID) and some more explanation.
Reason for own HID: It is simpler to handle by automated testing than working
with an unspecified dialog that identifies as an "active messagebox".
Comment 1 joerg.skottke 2005-04-21 12:53:57 UTC
More precisely the warning reads:

"Read error.
A wrong password has been entered..."
Comment 2 joerg.skottke 2005-04-21 12:54:45 UTC
setting 2.0.1, since we like security in this release, we want to make it good,
won't we?
Comment 3 e.matthis 2005-04-25 14:43:05 UTC
*** Issue 47873 has been marked as a duplicate of this issue. ***
Comment 4 e.matthis 2005-04-25 15:15:39 UTC
The exact message that appears in my 680 m92 is as follows:

Read-Error.
The wrong password has been entered..

Liz->Liz: aside from the silly double period at the end, the message is
grammatically correct. BTW, a completely new dialog would a feature and not a
string bug. 

In the LT database I can only find the string with one periods at the end:
KeyId          229780
Language       German
PRJ            svtools
Filename       source\misc\errtxt.src
Build          SRC680
GID            RID_ERRHDL
LID            ERRCODE_SFX_WRONGPASSWORD
Type           string

MBA says that the second period must be added at runtime, because many of the
strings in the same file do not have periods (in German mostly, which was the
source language when these strings were created).

As the string style dictates that the punctuation must be in the resource
string, not hard-coded, this whole file must be reviewed. 

liz->MAV:
It is better to have NO period than TWO periods, so please remove the hard-coded
period. That will make English correct again. Please also research and delete
any strings from this file that are not used anymore. MBA suggested this.
Comment 5 mikhail.voytenko 2007-06-08 12:31:08 UTC
Ok, the period does not appear any more.
As for the new dialog feature, I must confess I do not understand which
additional information does user need except the message that the provided
password is wrong. Or do we need this change only for automatic testing?

Since it is now more about new dialog feature I change the summary accordingly.
Comment 6 Marcus 2017-05-20 11:30:59 UTC
Reset assigne to the default "issues@openoffice.apache.org".