In IE 11, one of my items is not getting properly sized. As this screenshot shows, the item's menu is illegible. It has only 2 items "Wash" and "Strip", both of which fit very well in Chrome.
I have not figured out how to reproduce this in a showcase example. The closest I have is the same code I used here:
http://forums.smartclient.com/forum/...t-cell-in-ie11
but to be clear, I do not see the problem there. I can't figure out what's in my full software that's causing this. In my production code, I'm using "v11.1p_2017-07-09/LGPL Deployment" and the showcase is using "v11.1p_2017-07-09/AllModules Development Only", so I assume they're the same.
I've attached some log output from isc.showConsole, where I switched layout, sizing, and scrolling to debug level.
I can make this problem go away by setting
field["pickListWidth"] = 75;
however if I do this, then it does not appear like I'm benefiting from the "minimum value" description in the documentation because other fields with wider values than 75 get horizontal scrollbars.
Any ideas on how to debug this?
Thank you.
I have not figured out how to reproduce this in a showcase example. The closest I have is the same code I used here:
http://forums.smartclient.com/forum/...t-cell-in-ie11
but to be clear, I do not see the problem there. I can't figure out what's in my full software that's causing this. In my production code, I'm using "v11.1p_2017-07-09/LGPL Deployment" and the showcase is using "v11.1p_2017-07-09/AllModules Development Only", so I assume they're the same.
I've attached some log output from isc.showConsole, where I switched layout, sizing, and scrolling to debug level.
I can make this problem go away by setting
field["pickListWidth"] = 75;
however if I do this, then it does not appear like I'm benefiting from the "minimum value" description in the documentation because other fields with wider values than 75 get horizontal scrollbars.
Any ideas on how to debug this?
Thank you.
Comment