Closed
Bug 76564
Opened 24 years ago
Closed 13 years ago
In AutoConfig module, there is no way to report an error or messege to the user
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: mitesh, Unassigned)
References
Details
Since the libpref does not suppose to have the frontend code, there is no way to
report an error or messege back to the user. There are few cases where I think
is better to report an error/messege back to the user for example, If user
deletes failover.jsc file and it is required to be present in the failover case.
Currently, the browser simply exits without any messege. There are other few
cases where it's required to convey some kind of messege back to the user.
One suggestion would be to have a different error code for different errors and
exit the browser with these error codes or go back to the callee of the
autoconfig module and based on the error codes, generate appropriate error
messeges.
Creating this bug to track the progress of this situation
Reporter | ||
Updated•24 years ago
|
QA Contact: sairuh → lrg
Comment 1•24 years ago
|
||
good idea to file this.
We should probably figure out what part of the common dialog code is available
to embedded apps, and use that... I'd kind of like to abstract some of that out
into a seperate module though.
Reporter | ||
Updated•24 years ago
|
Keywords: nsenterprise-
Target Milestone: --- → Future
Reporter | ||
Updated•24 years ago
|
Keywords: nsenterprise-
mitesh is no longer with us. reassigning to default module owner. bug 113387
tracks the original list of mitesh bugs
Assignee: mitesh → bnesse
QA Contact: lrg → sairuh
Comment 3•24 years ago
|
||
Once we land bug 89137 we can add this support.
Actually, as I think about it, there might already be support for displaying an
error message in the patch for 89137...
Depends on: 89137
Updated•23 years ago
|
QA Contact: sairuh → lrg
Updated•16 years ago
|
Assignee: bnesse → nobody
QA Contact: lrg → preferences-backend
Comment 4•13 years ago
|
||
Autoconfig not only can use the displayError function, but it has full access to nsipromptservice.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•