aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx
AgeCommit message (Collapse)Author
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ↵bobzel
not on the lowest level span
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-12streamlined double-clicking to always open lightbox no matter what document ↵bobzel
you click on (except webbox's in native selection mode). shift -double-click re-centers a freeform view.
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.
2020-12-16cleaned up some link following code. fixed problem following links from ↵bobzel
LinkAnchorBox's
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-14got rid of fitDocToPanel. made collectionFreeFormDocView always use a ↵bobzel
ContentFittingDocView. fixed up web box selections.
2020-12-14more changes to ContentScaling to get web/video/image boxes to work with ↵bobzel
annotation/DocDecorations in contentfitting and freeform views.
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-13more props cleanup. Got rid of ItemBackgroundColor in favor of having ↵bobzel
StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
2020-12-07got rid of LibraryPath. Fixed collectionFreeFormDocViews to use pres ↵bobzel
Effects whenever doc is selected
2020-10-17major rewrite of native width/height/aspect. Fixed scaling of text note ↵bobzel
sidebars.
2020-10-16fixed RTF so that you can scroll smoothly in a presentation.bobzel
2020-10-13fixed following links from hypertext anchors to use FollowLinkbobzel
2020-10-08fixes for getting pdfs and previews to scroll properlybobzel
2020-09-30fixed filtering by #links. improved textlink preview layout.bobzel
2020-09-30fixed following summary to open new tab in place. merged link follow codebobzel
2020-09-29temp fix for links in text previewAnika Ahluwalia
2020-09-29added for links in textAnika Ahluwalia
2020-09-28fixed docRangeFilters to be propagated everywhere and evaluated like ↵bobzel
docFilters (if the field isn't there, it fails)
2020-09-21fixed text box llnk preview to go away when docs are closed. fixed tree ↵bobzel
view to be more efficient by not re-rendering when items are selected. made slide view text items forceActive
2020-09-18change imageBox to choose img size based on PanelWidth, not document width. ↵bobzel
fixed textboxcommetn date display
2020-09-17restored template button option for customizing layout but added a Full ↵bobzel
Toolbar mode to enable it.
2020-09-17tweaked external url tooltip for text box linksbobzel
2020-09-17fixed deleting text links to work when there are multiple links in the same ↵bobzel
linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform.
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-10fixed following links on text hyperlink to use same code as linkMenu. fixed ↵bobzel
hyperlink delete button
2020-09-09several pdf fixes - clipping link anchors to bounds of container. pdf box ↵bobzel
titles don't change based on zoom anymore. can't zoom a pdf if not selected. fixed scrolling of previews without scrolling targets.
2020-09-08updated the way NativeWidth/Height props work so that, when specified, they ↵bobzel
override locally specified values
2020-09-01fixed facet filters operations and whitelisting of known fieldsbobzel
2020-08-31fixed addDocTab to not re-create the golden layout. fixed clicking tabs to ↵bobzel
register as an undo event. fixed color of links made in PDFs to be lightBlue. fixed default link behavior to be 'default'
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-23fixed dockingview tab highlighting. fixed text hyperlink link following to ↵bobzel
show target correctly (not clipped) and avoid exceptions.
2020-08-23fixed start/end link for text selections on start link. fixed display of ↵bobzel
link target from link text hyperlink
2020-08-22major overhaul of search to avoid writing anything to filtered documents and ↵bobzel
to make the UI work properly.
2020-07-22restored download document. fixed clone() to clone to be async and handles ↵Bob Zeleznik
lists properly.
2020-07-15fixed tooltips to share a csss style. added tooltips for richtext.Bob Zeleznik
2020-07-13fixed preview backgrounds, text size, tooltip size, adding labels, ↵anika-ahluwalia
conditional end link btn, tooltips size
2020-07-10fixed tooltip error, label stylinganika-ahluwalia
2020-07-10adding ...anika-ahluwalia
2020-07-10added tooltips and textboxcomment cleanup and descriptionsanika-ahluwalia
2020-07-09fixed textbox previewanika-ahluwalia
2020-07-08restructured textbox comment, cleaned menu UIanika-ahluwalia