Hi Nick!

Thank you for your report. The problem was a missing overflow:"hidden" for the FileUpload widget. I have corrected that and created a new attachment to the bugzilla issue:

http://bugzilla.qooxdoo.org/attachment.cgi?id=178

The Problem behind this seems to be the TextField implementation of 0.7 where a surrounding div is created for the input element. There is a changeInnerWidth event handler which is called if the innerWidth of the widget changes. This event is used to re-calculate the width of the input element. This calulations seem to be wrong so this results in an overflowing input element.

There is now an additional FileUpload_3.html test in the zip file which adds 6 FileUpload to a VerticalBoxLayout with enabled overflow:"auto".

This should work now.

Regards.


Nick Glencross schrieb:
Dietrich,

Dietrich Streifert wrote:
Hello List,

While having some time I ported my upload widget to 0.7beta3.

I also created a test perl cgi upload script which can be used to test the implementation via a test html page.

I'd like to give the files to someone willing to test the implementation and get some feedback.


Your implementation is very good!

What I've done is placed a list of upload_multiple UploadFields in a VerticalBoxLayout with an overflow 'auto' so that I get a vertical scrollbar when the list is long. However, I'm also getting a horizontal scrollbar as it looks like there are about 200px of reserved space to the right of the file location button. Indeed, when I hover over the empty space to the right of the button, it highlights.

Is this expected behaviour? I can send a code snippet or screenshots to demonstrate what I mean if it helps,


Regards,

Nick

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

--
Mit freundlichen Grüßen
Dietrich Streifert
--
Visionet GmbH
Firmensitz: Am Weichselgarten 7, 91058 Erlangen
Registergericht: Handelsregister Fürth, HRB 6573
Geschäftsführer: Stefan Lindner



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to