aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
AgeCommit message (Collapse)Author
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-11-21turned off automatic loading of non-active tabs. fixed placement of ↵bobzel
contentfittingview content for link preview of web/pdf etc (was vertically displaced). turned off javascript in webBox's.
2020-11-20added a preliminary Layer mechanism. changed documentDecrations to not go ↵bobzel
out of the mainDocument area. changed parentActive to work "recursively" through stacks of background documents.
2020-11-06fixed web pages to scroll and update scrollTop when in annotation mode. ↵bobzel
fixed pointer events on custom text view headers.
2020-11-02fixed warningsbobzel
2020-10-30fixed typobobzel
2020-10-30finally fixed webBox warningbobzel
2020-10-30from lastbobzel
2020-10-30from lastbobzel
2020-10-30getting rid of runtime scaling & other warningsbobzel
2020-10-28fixed up webBox's to navigate better synchronously when srollTop chagnes. ↵bobzel
fixed navigation in wikipedia and other pages when hyou dont' click directly on a link.
2020-10-22minor code cleanupbobzel
2020-10-22fixed warningsbobzel
2020-10-22fixed webBoxes to switch URLS when hyperlink is clicked (and page is not ↵bobzel
cross-origin). fixed some undo navigation web stuff. fixed drag/drop to create anchor that bounds the original selection. fixed html clippings to not have a nativewith/height so that they reflow
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed scrolling of web boxes for presentations, etc.bobzel
2020-09-29made pdf/web anchors pushpins by default. can now remove docs you own from ↵bobzel
sidebars you don't. made formatted text boxes alway show sidebar handle when there's content. sidebar text has no padding by default. sidebar collection doesn't scroll when text overflows. added more playground fields
2020-09-29changed sidebar functionality for textboxes to open outward and make handle ↵bobzel
blue when there are contents. added a fitToBox capability for contents of sidebar.
2020-09-28from lastbobzel
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-17changed text box headers from a template to a title bar.bobzel
2020-09-13fixed issues when webBox is wider than window width (try a very. narrow ↵bobzel
window). things would scroll horizontally and not restore.
2020-09-12changd web pages to be fitWidth and added a data-contentWidth field so that ↵bobzel
you can extend them vertically, or add a margin horizontally.
2020-09-11fixed webbox highlight colors to be more transparentbobzel
2020-09-09fixed doc decorations on selected treeview items to not overlap as much. ↵bobzel
fixed contentFitting's screentToLocalXf which wasn't wroking for nested tempaltes with native dimensions
2020-09-08fixed presbox, videobox and some others to set NativeWidth/Height properly.bobzel
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-03fixed linking pdf selections to rtf selections.bobzel
2020-09-02made highlight colors more obvious. fixed tags to update when #key is set ↵bobzel
in textdoc.
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-09-01fixed some layout issues with fonticons that have no label. fixed anchor ↵bobzel
link colors for pdfs and webboes.
2020-08-28from lastbobzel
2020-08-28added explicit annotation mode for videos. fixed annotation mode for webpagesbobzel
2020-08-28fixed undo for collection tabs. fixed treeview to support freezeChildren to ↵bobzel
prevent children from being removed from the tree. Made _isBackground a layoutfield. fixed formattedTextBox exceptions on undo from a tab.
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-08-12Merge branch 'schema_search'bobzel
2020-08-12fixed run-time warnings & remove print statementsbobzel
2020-08-12merge with masterMelissa Zhang
2020-08-12fix iframe top-level navigation bugMelissa Zhang
2020-08-12used datadoc for acl calculations in many places + some other changesusodhi
2020-08-05fixed some warnings/errors. added tooltip for filter icon.bobzel
2020-08-03starting to cleanup searchbobzel
2020-08-03merge with new uiAndy Rickert
2020-08-02changed highlight() calls in PdfViewer and WebBoxbobzel
2020-07-31bfAndy Rickert
2020-07-31integrated playgroundmode into geteffectiveacl, still some issues with ↵usodhi
deleting docs
2020-07-31fixed acls re highlightsusodhi
2020-07-27fixed scrollin to web annotationsBob Zeleznik