Opened 4 years ago
#19024 new defect
Incorrect behavior of ToggleSplitter
Reported by: | tomas.bobek | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Layout | Version: | 1.12.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hello, I've encountered weird behavior of ToggleSplitter? in the version 1.12.2. When I click on the button that is supposed to expand the hidden ContentPane?, the area need for the Pane gets allocated, but the content is not displayed.
With brief investigation through the Dev Console I noticed that visibility property that is inline for ContentPane? does not change from hidden to visible.
I've found a workaround for that which is assigning the ContentPane? with following CSS property
visibility: visible !important;
but I'm not very happy to have something like that there.
If you need any further information from me, just ask. Many thanks!
Tomas
Note: See
TracTickets for help on using
tickets.