How can I resize a specific node in xul window when a splitter is dragged? Can't use resizebefore/resizeafter attributes due to complexity of the xul window.
I've tried use ondrag event on splitter, but it's not firing at all. ondragstart event fires fine and I can use event.offsetY to capture how many pixels the splitter moved. Using that value I could add it to the height of need element, which works fine, but unfortunately this event fires only once per drag session.
Any ideas?
Thank you.
