Menu

/trunk/Src/Res/Scripts/overflowXFix.js Commit Log


Commit Date  
[r3183] (2.9 kB) by delphidabbler

Reduced space between overflowing elements and horizontal scroll bar.

2013-07-27 16:31:17 View
Download
[r3181] (2.9 kB) 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 View
Download
[r3180] (2.6 kB) 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 View
Download
[r3179] (2.5 kB) 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 View
Download
[r3178] (2.2 kB) 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 is only implemented on suitable versions of IE.

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 View
Download
[r3176] (2.1 kB) by delphidabbler

Added MPL 2.0 license.

2013-07-26 00:29:55 View
Download
[r3175] (1.5 kB) 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 View
Download
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.