Actions
Bug #820
closedWSpinBox is disabled in IE6
Start date:
05/10/2011
Due date:
% Done:
0%
Estimated time:
Description
hi,
I am developing a project using Wt3.1.9 and in firefox from Ubuntu10.04 everything seems fine. When I tested in IE6 on WinXP(a VMWare virtual machine), WSpinBox seems to be disabled even though I tried setReadOnly(false), setDiabled(false).
To confirm this, I also browse original "Widget-Gallery" example in Wt website, the spinbox is also disabled. I also tried IE7 and it is the same.
My question is that is there any workaround for this issue?
Thank you
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
Hey,
There was indeed a regression when we added support for "read-only" spin boxes.
This has been fixed in latest git (and I'll update the deployment too).
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions