[Webfunds-devel] Bugs

E. van der Koogh vdkoogh@mediaport.org
Mon, 17 Jan 2000 13:35:48 -0400


> Bugs I found in Webfunds 1.4.10:
> 
> 1. When clicking on the 'new' button or the 'new' option in the file
> menu this error is displayed: Choosing the Contract Browser directly
> from the plugins menu works fine.
> 
>     The Contract File Explorer has moved to the Contract Browser!

Ian did this :)

> 2. As you can see in the attached screenshot the file menu in the
> payment screen is hidden behind the edit box.

Hmm.. forgot about that one :(
The problem is that the menu is a Swing JMenu and the TextArea is an AWT
TextArea.
I had the same problem with the textfields on the right side, the
JComboBox would dissapear behind the TextFields below it.
The easy solution would be to change the JMenu into a AWT Menu.

The reason that the TextArea is an AWT TextArea is that that's the only
way to c&p out of it :(

> 3. Not really a bug: the sign contract wizard should not be included in
> user versions of Webfunds, I think.

Ian's call :)

Erwin