-
Task
-
Resolution: Done
-
Major
-
4.0.0.Alpha1
-
None
Ilya Buziuk has created a prototype of an HTML preview view with support of scrolling to the selected source element.
The prototype implements two main ideas:
- It uses a self-written HTTP server to host preview pages. It allows to easily resolve resouces like <img src='../images/image.png'>.
- It adds a custom attribute to the selected elements, to scroll to it (document.scrollTo(thatSelectedElementWithCustomAttribute))
The source is available here. YouTube demo is here.
- is related to
-
JBIDE-12276 Research possibilities to use XULRunner >= 2.0, or WebKit/IE in VPE
- Closed