openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
overLIB
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Some of the changes that were made in Revision 1.115 were recently found to be incompatible with the Safari browser. Those changes that were preventing that browser from working correctly have been corrected in this release.
reboughner0718
More...
over 19 years ago
Added a missing routine needed for variable cell padding. Also corrected a logic error in the olMouseCapture routine to avoid generating an error in IE.
reboughner0718
More...
over 19 years ago
Modified the Version number to 4.20 to coincide with the changes checked in yesterday.
reboughner0718
More...
over 19 years ago
Minor changes made to the makemini.pl Perl script so that it now handles most files properly.
reboughner0718
More...
over 19 years ago
Minor changes to the code to eliminate some of the warning messages that are displayed in Firefox when javascript.options.strict is set to true.
reboughner0718
More...
over 19 years ago
Based on feedback on the overLIB newsgroup about variable conflicts, went through the code and made sure that all variables used in for-loops were made local to the subroutine that they were used in.
reboughner0718
More...
almost 20 years ago
Modified one of the last corrections checked in to avoid a Javascript error from being thrown in IE.
reboughner0718
More...
almost 20 years ago
Small correction to the script to avoid problems in the future in minimizing code.
reboughner0718
More...
almost 20 years ago
Based upon feedback from a user on the overLIB newsgroup, modified the negative x and y offsets that were applied to the popup to exclude IE. This caused problems in when the user was using a rtl language.
reboughner0718
More...
almost 20 years ago
Made a small addition to the code checked in previously to avoid errors in Opera.
reboughner0718
More...
almost 20 years ago
Modified the olMouseCapture() routine to take into account a specification of a onmousemove handler being assigned on the BODY tag. This problem is specific to the Gecko based browsers (ie, Netscape, Mozilla, FireFox) in which these events are assigned to the window object. If that function is not defined, then it causes a recursive error to occur in these browsers. The present code eliminates that recursive error.
reboughner0718
More...
almost 20 years ago
Added the function rawTxt(txt) to the Debug Plugin. This function changes the beginning and closing of HTML tags (<>) and the "&" to their entity ref- erences so that it can be used to display markup in the layer content.
reboughner0718
More...
almost 20 years ago
Added the top and left style attributes when the DIV layer is created. Also changed the version number to 4.15
reboughner0718
More...
almost 20 years ago
Made a small change in the check for MSIE (for Opera) based on user feed- back. Changed agent.match(/MSIE (\d\.\d+)\.*/i)[1] to agent.match(/MSIE[ ](\d\.\d+)\.*/i)[1] so that there won't be any removal of the intervening space.
reboughner0718
More...
almost 20 years ago
Put in the code that was inadvertently left out to handle IE with the new Windows XP SP2 installed on a user's machine. The fix eliiminates the "Permission denied" error that is given when trying to access frame content after navigating to a new page.
reboughner0718
More...
about 20 years ago
Further tweaks of the script to make it more efficient and for capturing more spaces.
reboughner0718
More...
about 20 years ago
Changed version number to 4.13 to take into account the past few changes. In this update, modified the behavior of VAUTO so that the switch from BELOW to ABOVE (or vice versa) only occurs now when the popup falls below (above) the browser window edge. This should eliminate past complaints about the flipping of the popup display.
reboughner0718
More...
about 20 years ago
Slightly modified the code submitted earlier to avoid any potential future problems.
reboughner0718
More...
about 20 years ago
Further refinement of the MouseCapture routine so that it will now handle the case where document.onmousemove (or window.onmousemove) = f, where f is a previously defined javascript function.
reboughner0718
More...
about 20 years ago
Further modifications to remove a few more bytes of code.
reboughner0718
More...
about 20 years ago
Based upon feedback from a user on the overlib newsgroup, had to modify the olMouseCapture() routine to take into account a document or window onmouse- move handler of the form function(){...}.
reboughner0718
More...
about 20 years ago
Further refinements to the code to remove a few more bytes of code.
reboughner0718
More...
about 20 years ago
Added two more statements to the createPopup routine to handle the situation where the WRAP command is effective and there is a large amount of text. These statements were found to be needed while testing the solution proposed earlier for this case.
reboughner0718
More...
about 20 years ago
Further refinement of the script for creating a mini file that involves changing extra ;var XX to , XX if the line starts with var.
reboughner0718
More...
about 20 years ago
Revised the way that the WRAP command works and changed the allowance of the scrollbar width to a fixed value of 18 for any browser that knows about window.innerWidth. Also added the fix suggested by Jason Anderson for dealing with the small "flashing" or "flickering" of popups in Gecko based browsers.
reboughner0718
More...
about 20 years ago
Tweaked the makemini script for further byte reductions and simplifications.
reboughner0718
More...
about 20 years ago
Added some unnecessary coding for the Mozilla browser when WRAP is turned on. Feedback and investigation indicates that the previous fix is no longer needed for this browser.
reboughner0718
More...
about 20 years ago
Added the line //\mini to the end of the header prologue so that the necessary wording about the truncated nature of the code can be inserted by the makemini.pl script.
reboughner0718
More...
about 20 years ago
Had to revise the makemini.pl script so that it correctly handles the new plugin organization and that it explicitly adds the closing right brace } if is hasn't been inserted; Also added the switch -p to handle this situation which isn't needed for the core module.
reboughner0718
More...
about 20 years ago
Needed to add a browser check for Konqueror to enable popups by explicitly setting the olLoaded flag to one at the end of the core routine. Feedback from users on the overlib group indicate that Konqueror is not interpretating the windown.addEventListener properly.
reboughner0718
More...
about 20 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree