Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [hyades-dev] Committer Approval Requested for two 3.0.1. Defect Fix - Bugzilla 70537

I approve.
 
 
Antony Miguel
Scapa Technologies
antony.miguel@xxxxxxxxxxxxx
+44 131 550 1766
----- Original Message -----
Sent: Thursday, July 29, 2004 1:00 AM
Subject: [hyades-dev] Committer Approval Requested for two 3.0.1. Defect Fix - Bugzilla 70537


Please find below two usability defects recently filed based on a usability study that we have tested trivial, low-risk fixes in hand (see below for details), and want to get them in 3.0.1.

I'm asking for Hyades committer approval for these defect fixes.  No response within 24 hours indicates silent approval.

If approved the fixes will be checked in by Thursday night, so they will make Friday morning's build.

Kent

----------------------------------------
70755 Fri 16:38 maj P3 PC nevicosi@xxxxxxxxxx who@xxxxxxxxxx ASSI Test.htt 3.0.1 Recorder Control View: Stop Record Icon not using proper disabled icon


The stop recording icon when disabled looks like an empty box and is misleading users when next to the maximize and minimize buttons in Eclipse.
The proper stop recording disabled icon is shown below, the the fix is just to replace the current icon which is causing user confusion with the correct icon.  The fix is in hand and has been tested.



70985 10:39:50 maj P3 PC nevicosi@xxxxxxxxxx who@xxxxxxxxxx ASSI Test.htt 3.0.1 Improve Recorder Control feedback


The http proxy recorder now emits the following messages for a recording (as messages in the recorder control view, with the most recent message duplicated in the progress dialogue under the progress bar):

Recording Started.
Connecting to RAServer on localhost/port 10002
Setting up Java environment on localhost.
Configuring executor.
Configuring control channel communication.
Sending Harness executable object to RAServer.
Sending executor to RAServer.
Initializing data processor.
Launching executor.
Executor launched succesfully.
Sending command Init port,1080;proxyInfo,socks;sslkeyfile,<INSTALL_DIR>\eclipse\plugins\org.eclipse.hyades.execution.recorder.http_3.0.0\testkeys
Sending command StartRecording
Sending command StartApp org.eclipse.hyades.internal.execution.recorder.local.appadapters.InternetExplorerAdapter;port:1080;proxyInfo,socks;sslkeyfile,<INSTALL_DIR>\eclipse\plugins\org.eclipse.hyades.execution.recorder.http_3.0.0\testkeys
Recording completed

The change is to simply remove printing out the messages (or arguments) colored red above which are mostly "techno-jargon filled" trace/debug info.  Sufficient progress is still indicated to the user, clutter has been removed, progress more easily followed, and the user experience is improved.  The following set of progress messages remain:

Recording Started.
Connecting to RAServer on localhost/port 10002
Sending command Init
Sending command StartRecording
Sending command StartApp
Recording completed

There is no PII-change involved.  The fix is in hand and has been tested.

Back to the top