Project

General

Profile

Wt::W Popup Menu Drop-down list is not hidden when page is refreshed.

Added by Anton Erykalin about 2 years ago

Hello,

I need to provide support for my webserver. Unfortunately, I ran into a problem.
If I use Wt::WpopupMenu, but not select any entry and do refresh, drop-down list is not hidden.
Click to other place is not helped.
It hides only if I select any entry.
But if all entries are disabled drop-down list will be hangs forever.
Please tell me how solve this situation?


Replies (1)

RE: Wt::W Popup Menu Drop-down list is not hidden when page is refreshed. - Added by Anton Erykalin about 2 years ago

I can fix described behavior if call private WPopupMenu::cancel() method from overloaded refresh() method.
But it is not convenient, because I need create patch for Wt to change modificator for cancel().

    (1-1/1)