Commit Graph

16 Commits

Author SHA1 Message Date
Jos de Jong d20f9031bb fixed ignoring functions and undefined values in the loaded JSON object (they where interpreted as empty object and string instead of being ignored). 2012-07-31 11:49:29 +02:00
Jos de Jong eeda3673cd Moved the search functionality to a separate prototype SearchBox 2012-07-29 21:42:26 +02:00
Jos de Jong af92d1b019 fixed undefined local variable editor in method _createSearchBox 2012-07-23 15:43:46 +02:00
Jos de Jong eae02fb43f fixed displaying of an odd number of spaces in a string (was displaying n-1 spaces instead of n). 2012-07-22 21:09:48 +02:00
Jos de Jong ec1dee480f fixed a typo in method _escape (missing semicolon after  ) 2012-07-22 21:02:54 +02:00
Jos de Jong 98d96f2228 fixed wrapping text that was no longer working on Firefox. (was introduced by solving issue #7) 2012-07-22 20:57:11 +02:00
Jos de Jong 182586ad9a first basic implementation of a search box 2012-07-22 20:33:02 +02:00
Jos de Jong e96a7042d6 created getter and setter function for manipulating the parent of a Node. 2012-07-08 14:31:51 +02:00
Jos de Jong a33462155f fixed Issue #7: leading (and trailing) spaces where not displayed. Fixed by replacing all spaces with an ` ` character. 2012-07-08 11:28:43 +02:00
Jos de Jong fe7be148c6 fixed the focus/blur events for fields and values. 2012-07-01 14:40:12 +02:00
= 18d9882b96 fixed a bug with getAbsoluteTop and getAbsoluteLeft, wrongly calculating the position in case of a scrolled page 2012-06-08 22:09:27 +02:00
= 7a4e9c6259 Code formatted more neatly, better method descriptions (thanks WebStorm code inspector) 2012-05-30 10:45:59 +02:00
= 656e52ffda Fixed issue #2: Clicking a button triggers a form submit if the div is inside of a form tag 2012-05-30 10:01:21 +02:00
= c0646bccb0 Use minified js file to improve page load time 2012-04-25 09:12:49 +02:00
= eee974830c Fixed displaying error in non-supported browsers. Fixed word wrap in Firefox and Opera. 2012-04-21 15:50:21 +02:00
= 28ba72f576 first commit 2012-04-21 13:28:28 +02:00