| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-16 | Activate vomnibar in window.top. | Stephen Blott | |
| This changes vomnibar commands to activate not in the current frame, but in window.top. Consequently, the vomnibar always appears in the same position, and we don't get odd looking vomnibars in small frames. Apart from the better UX, this seems to be the right thing to do. Vomnibar commands apply to tabs (not frames). Currently incomplete: - On exit, the focus is not returned to the frame which originally had the focus. (It's returned to window.top). - The vomnibar can lose the focus and not hide itself for various frame/click combinations. | |||
| 2015-03-06 | Correctly remove event listeners. | Stephen Blott | |
| Fix oversight from #1517. | |||
| 2015-03-05 | Hide vomnibar if host frame regains focus. | Stephen Blott | |
| Fixes #1506. This takes the opposite approach to #1511. Instead of hiding the vomnibar when it blurs, we hide it when it's host frame is focused. | |||
| 2014-12-30 | Use classes and a stylesheet for UIComponen | mrmr1993 | |
| 2014-12-30 | Reinstate UIComponent.show | mrmr1993 | |
| 2014-12-29 | Use UIComponent for Vomnibar iframe | mrmr1993 | |
| 2014-12-29 | Clearer handling of @showing in UI component. | Stephen Blott | |
| 2014-12-29 | Refactor UIComponent, etc., and demo. | Stephen Blott | |
| - Simplify component API. - Iframe flashes on re-focus. - Probably some other stuff which I've forgotten. | |||
| 2014-12-29 | Add UIComponent.active, so we can specify whether to focus the frame | mrmr1993 | |
| 2014-12-29 | Remove key handling in UIComponentServer/UIComponent code | mrmr1993 | |
| 2014-12-29 | Allow message passing directly from UIComponent.show | mrmr1993 | |
| 2014-12-29 | Small changes to UIComponent | mrmr1993 | |
| 2014-12-29 | Initialise hide/show styles for UIComponent | mrmr1993 | |
| 2014-12-29 | Close UIComponent iframes when pressing esc by default | mrmr1993 | |
| 2014-12-28 | Add UIComponent code for iframes | mrmr1993 | |
