Hi,
Upgrading to 1.4.99 has caused an issue to crop up for me. Now, clicking the dropdown of a combobox in a datagridview causes the picklist to only briefly display then immediately disappear – a “flicker” really – preventing item selection.
Trouble is, I can’t replicate it for you. A barebones WiseJ app to demonstrate works perfectly. In that demo app I encapsulated the DGV into a UserControl, I then copied that UserControl to my main project, dropped it onto a test form, and got the “flickering” again. So it seems to be something in the wider project set up. The WiseJ project within the solution is 21000 lines of code itself.
I’m not sure how to pursue rectifying this … I’m hoping by raising this here, you may have an “aha” related to a 1.4.99 change made and be able to solve!
Cheers,
Neil.
Hi Neil,
thanks, I could reproduce now. It´s logged as WJ-9010.
I´ll inform you when it´s fixed.
Best regards
Frank
Hi Frank,
Attached is a demo project where the combo dropdown “flickers” in 1.4.99.0.
Cheers,
Neil
Duh, sorry. Wisej.Web.Ext.ColumnFilter.dll was missing on the server. Now to find out why my deployment script missed it …
Actually, this ColumnFilter issue may not be version related – it has only recently been added and the client may not have accessed the affected area. So it may just not work in production. I’m guessing I haven’t deployed something?
Hi Frank,
I have rolled back to 1.4.95.0. This has fixed the dropdown issue for now.
HOWEVER, a side issue has arisen … opening a form (UserControl) utilising the ColumnFilter produces the attached error. This only occurs on the production server, everything works OK in my development environment. (The server rollback only involved replacing WiseJ.Web.dll and WiseJ.Core.dll).
Can you advise?
Regarding the dropdown issue, I’ll look at getting a codebase extract to you.
Cheers,
Neil
Hi Neil,
you can deinstall your existing Wisej version and install any other (older) Wisej version.
Can you please share your code or parts of it with us, so we can take a closer look.
If that´s an option, please send it to frankATiceteagroup.com
Thanks in advance.
Best regards
Frank
Hi Frank,
No, no custom theme/mixin. It was converted from VWG (as opposed to any test app created fresh), but I’ve checked through both the csproj and web.config and can’t spot anything suspicious (not that I know what to look for!).
As a quick fix … this was inadvertently deployed, and clients are yelling … I’d like to roll back to version 95, however when I run the previous (95) installer it fails saying “later version already installed”. Can you advise?
Cheers,
Neil
Hi Neil,
just a thought:
Are you using any custom theme or mixin in your main application ?
If yes, can you please try to use that in your test case to see if it makes a difference.
Thanks in advance.
Best regards
Frank
Please login first to submit.