Commit | Date | |
---|---|---|
2013-07-27 14:45:37 | Tree | |
[r3181]
by
delphidabbler
Now store original bottom padding with element that has scroll bars given so that correct size can be restored when padding removed. |
2013-07-27 00:46:07 | Tree |
[r3180]
by
delphidabbler
Added onresize event handler to remove or add scroll bars from source code and compiler results table as required as the window size changes. |
2013-07-27 00:35:47 | Tree |
[r3179]
by
delphidabbler
Refactored so that functions in script do not pollute the global namespace. All functions formerly declared in window.onload have been moved out of the event handler. |
2013-07-27 00:30:54 | Tree |
[r3178]
by
delphidabbler
Now sets compiler table to automatically display scroll bars when content is too wide by using overflow-x CSS property with value "auto". This implements feature request #60 "Enable compiler table to scroll within width of detail pane" (https://sourceforge.net/p/codesnip/feature-requests/60/). |
2013-07-27 00:04:54 | Tree |
[r3177]
by
delphidabbler
Renamed placeholder for external.js script from "Script" to "externalScript". Needed a more informative name now that detail.html includes two script-related placeholders. |
2013-07-26 00:41:44 | Tree |
2013-07-26 00:29:55 | Tree | |
[r3175]
by
delphidabbler
Added JavaScript fix for auto overflow bug in IE that is optionally inserted into detail.html as required. The new script is stored in overflowXFix.js which is embedded in HTML resources. This fixes display problem where an unexpected vertical scroll bar appears when an element overflows horizontally when overflow-x CSS property is set to "auto". Changed TDetailPageLoader so that HTML entity conversions are not performed on scripts. Corrected body of detail.html to be enclosed in a div instead of a paragraph. |
2013-07-26 00:26:19 | Tree |
[r3174]
by
delphidabbler
Now sets source code to automatically display scroll bars when content is too wide by using overflow-x CSS property with value "auto". This implements feature request #61 "Enable source code to scroll within width of detail pane" (https://sourceforge.net/p/codesnip/feature-requests/61/). |
2013-07-25 22:54:44 | Tree |
[r3173]
by
delphidabbler
Added second optional parameter to TCSS.OverflowProp to enabled offset-x and offset-y CSS properties to be generated as well as original overflow property. |
2013-07-25 21:12:47 | Tree |