Community
Participate
Working Groups
In linux, user needs to be able to use Visual Editor with Mozilla which is default browser. In windows, the default browser for VE is IE, user needs to be able to change it (through preference page) Mozilla.
In RBD 8, the default VE browser on Windows was Firefox. I think Firefox should be the default in EDT as well. See the following Eclipse tip ... http://www.eclipse.org/swt/faq.php#howdetectmozilla This is consistent with my understanding... SWT Browser (which we use, right?) will look for XUL runner libraries "automatically", assuming SWT.MOZILLA is set on construction of the Browser. So, maybe this just works? ;)
Created attachment 201897 [details] Patch With this patch, the VE can use XULRunner as the render engine. Below are the steps to enable XULRunner in EDT in Windows: 1) Download XUNRuner from http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/ 2) Unzip the XUNRunner to a folder 3) Add below line to the -vmargs section in eclipse.ini -Dorg.eclipse.swt.browser.XULRunnerPath=PATH_TO_XULRunner Now VE uses IE as the default render engine to avoid the "no xulrunner configured" error message when user start EDT first time.
code committed
Resolved. Please verify. Thanks.
Verified. A design change is going to happen for which default browser to use, details are in bug 361770, bug 362128, bug 362132.