Closed Bug 353188 Opened 18 years ago Closed 17 years ago

IMAP folder properties > Sharing > Privileges... gives xml parsing error

Categories

(Thunderbird :: Mail Window Front End, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
Thunderbird 3

People

(Reporter: mkmelin, Assigned: eagle.lu)

Details

Attachments

(1 file, 1 obsolete file)

In the IMAP folder properties under Sharing, click "Privileges..."

This results in a yellow screen with "XML Parsing Error".

On 1.5.0.x it seem to come immediately, but on trunk/branch nightlies it seems I have to click the button twice (the first click does nothing).
my imap server doesn't enable this button, but I should still be able to figure out what entities it's looking for.
Target Milestone: --- → Thunderbird2.0
FWIW, the complete message (in the error console if you keep it open) is

Error: no element found
Source File: jar:file:///opt/softa/moz/nightly/2006-09-16/thunderbird/chrome/toolkit.jar!/content/global/netError.xhtml
Line: 1, Column: 1
Source Code:
^
This bug can be re-produced on latest trunk build
Attachment #268937 - Flags: review?(bienvenu)
Comment on attachment 268937 [details] [diff] [review]
load url with the default browser

This seems to be fine in principal. Two comments : you're redefining nsresult rv inside the new code - I don't think you want to do that. And the brace style doesn't conform to the rest of the file. It should be:

if (!scheme.IsEmpty())
{
...
}

And you don't need braces  at all for the
if (NS_SUCCEEDED(rv) && !isExposed)

part. If you could submit a new patch fixing those nits, I can r= and ask mscott for sr. Thx for the patch, Brian!
Attachment #268937 - Attachment is obsolete: true
Attachment #268937 - Flags: review?(bienvenu)
Attachment #269029 - Flags: superreview?(mscott)
Attachment #269029 - Flags: review?(bienvenu)
Comment on attachment 269029 [details] [diff] [review]
modified based on David's comments

looks good, thx!
Attachment #269029 - Flags: review?(bienvenu) → review+
Assignee: mscott → brian.lu
Comment on attachment 269029 [details] [diff] [review]
modified based on David's comments

looks good Brian. Thanks for the patch!
Attachment #269029 - Flags: superreview?(mscott) → superreview+
fixed on trunk, thx again, Brian.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
VERIFIED on Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a6pre) Gecko/20070625 Thunderbird/3.0a1pre ID:2007062503
Status: RESOLVED → VERIFIED
Target Milestone: Thunderbird2.0 → Thunderbird 3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: