ui-layout icon indicating copy to clipboard operation
ui-layout copied to clipboard

This directive allows you to split !

Results 81 ui-layout issues
Sort by recently updated
recently updated
newest added

Steps to Reproduce (Using attached Plunker): 1. Drag vertical bar off the left of the screen 2. Move mouse around off screen until error appears in browser console Environment: -...

AngularJS version: 1.7.9 ui-layout version: master branch Demo: http://plnkr.co/edit/AJQIFg?p=preview As you can see in the example, resizing doesn't work properly when using an iframe. You can move the splitter to...

http://plnkr.co/edit/Whq9Q96j7FbQMcOTZSeq?p=preview I have attached a plunker which contains two container. First time when i toggle up or down it works fine after that the when i toggle second container the...

http://plnkr.co/edit/cnjczm9zjHZEczswSUjA?p=preview 1. View initializations and lays out properly. 2. Click the hide button to hide the ui layout component. 3. This triggers a calculate call. 4. Click the show button...

Fixed #233 | Hiding and then showing the layout doesn't re-calculate offsets properly.

Additional condition added to check undefined for mouseEvent.originalEvent.targetTouches. Without this check, if we try to drag the layout till the end of the screen then this value is undefined and...

It turned out that mouseMoveHandler was not correctly handling mouse positions of 0, treating it as falsy and falling back on other event properties. The fall-through case was also unhandled,...

This pull request adds an attribute `animate` that needs to be set to `"true"` in order for the animations to be activated. This can be used as a work-around for...

Forked the Holy Grail demo, and can't get either the collapsed attribute, or the disableToggle option to work. What am I missing? http://plnkr.co/edit/wVp0PvbC3x4NpoSlEsin?p=preview