Bug 249647 - [ErrorHandling] Enable new ErrorDialog to open the SupportDialog by default
Summary: [ErrorHandling] Enable new ErrorDialog to open the SupportDialog by default
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Krzysztof Daniel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-03 16:58 EDT by Christophe Elek CLA
Modified: 2008-12-09 07:36 EST (History)
3 users (show)

See Also:


Attachments
Fix proposal with test (3.48 KB, patch)
2008-11-06 08:33 EST, Krzysztof Daniel CLA
no flags Details | Diff
mylyn/context/zip (20.08 KB, application/octet-stream)
2008-11-06 08:33 EST, Krzysztof Daniel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Elek CLA 2008-10-03 16:58:46 EDT
The behavior between a MessageDialog and an ErrorDialog is different
 the new errorDialog (the one with the bug icon) does not open the statusTray by default.
We know we can 'write our own' Dialog, but we were thinking about extending the one already there (apparently the methods we need are private) or passing a property to the JVM to get the tray to be open ?
Comment 1 Kevin McGuire CLA 2008-10-06 12:31:03 EDT
1) Can you please flesh out the bug title a little :)
2) Is this related to bug #247808 ?
Comment 2 Christophe Elek CLA 2008-10-06 12:37:33 EDT
Sorry about the title :)
Hey , Krzystof, you know this area more than me, are the 2 bugs the same ?
Comment 3 Krzysztof Daniel CLA 2008-10-07 04:23:27 EDT
Yes, they touch the same problem but propose two different approaches.
Comment 4 Krzysztof Daniel CLA 2008-11-06 08:33:02 EST
Created attachment 117190 [details]
Fix proposal with test
Comment 5 Krzysztof Daniel CLA 2008-11-06 08:33:06 EST
Created attachment 117191 [details]
mylyn/context/zip
Comment 6 Krzysztof Daniel CLA 2008-11-27 10:27:02 EST
Fixed in > 2008-11-27
(patch released)
Comment 7 Krzysztof Daniel CLA 2008-12-09 07:36:32 EST
verified in I20081209-0100. Support area is opened by default if it is present.