aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/WebBox.tsx
AgeCommit message (Collapse)Author
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
2020-07-27fixed drain of webbox to keep annotations sychronized. fixed css for when ↵Bob Zeleznik
web box is small.
2020-07-27added vertical resie of fixedaspect when _fitWidth is on. fixin webBox css ↵Bob Zeleznik
to not clip contents.
2020-07-27extended pdfviewer interactions to WebBox's.Bob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26from lastBob Zeleznik
2020-07-26added UseCors menu option for WebBox. fixed webbox css so that link button ↵Bob Zeleznik
is in riht place.
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-06-23fixed web box moving when arrow keys are pressed.Bob Zeleznik
2020-06-23fixed weburl input box not getting focus to typeBob Zeleznik
2020-06-17made docFilters a prop on everythingBob Zeleznik
2020-06-08Merge branch 'ink_menu'Bob Zeleznik
2020-06-08final cleanup of ink related stuff so that things are more structured and we ↵Bob Zeleznik
avoid input cycles
2020-06-08a bunch of cleanup to fix import order and to organize/restructure ink ↵Bob Zeleznik
things in the right places.
2020-06-05changed all scroll behaviors to be _scrollTop to go to a scroll and _scrollY ↵Bob Zeleznik
to animate to it.
2020-06-02enabled annotations with hypothes.isBob Zeleznik
2020-05-22null checkSam Wilkins
2020-05-20cleaned up some warningsBob Zeleznik
2020-05-20fixed text boxes to not set height when viewed at renderDepth=0. fixed ↵Bob Zeleznik
webBoxt to restore annotations correctly.
2020-05-20made annotations history for WebBoxBob Zeleznik
2020-05-20fixed up interaction with web pages to allow horizontal scrolling.Bob Zeleznik
2020-05-20added link drag drop onto webBox urlBob Zeleznik
2020-05-19added nav buttons to webbox. fixed drag/drop from bing (using UseCors)Bob Zeleznik