gristlabs_grist-core/app/client/components
Cyprien P b312b3b08b (core) Fix css issue with tooltip in filter menu on safari
Summary:
Small glitch on safari: when we show behavioural tooltips the content
of the tooltip is first added to the parent of the target elem, then
we set tooltip's container positioning to absolute which normally causes recompute
of the layout. But in safari it doesn't, hence the button shows as if
the tooltip was still in there, as a sibling.

Diff fixes that issue by forcing positioning to absolute on the tooltip container.

{F68474}

Test Plan: Should not break anything.

Reviewers: georgegevoian

Differential Revision: https://phab.getgrist.com/D3802
2023-03-13 15:39:41 +01:00
..
AceEditor.css
AceEditor.js fix: Harmonize enter key behaviour between formulas and transformations 2023-02-22 10:34:31 +01:00
AceEditorCompletions.ts
ActionLog.css
ActionLog.ts
Banner.ts
Base.js
BaseView2.ts
BaseView.js (core) Preserving cursor position when linked state is removed. 2023-02-08 21:54:55 +01:00
BehavioralPromptsManager.ts (core) Makes GristTooltips translatable 2023-02-08 16:21:49 +01:00
buildViewSectionDom.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
CellPosition.ts
CellSelector.ts
ChartView.css
ChartView.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
ClientScope.ts
Clipboard.css
Clipboard.js
CodeEditorPanel.css
CodeEditorPanel.ts
ColumnFilters.css
ColumnTransform.ts
Comm.ts
commandList.js (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
commands.css
commands.js
CopySelection.ts
Cursor.ts (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
CursorMonitor.ts
CustomView.css
CustomView.ts
DataTables.ts
DeprecatedCommands.ts
DetailView.css style(ColmunDesc): icon size and visible when there is a long colmun name 2023-02-21 11:33:11 +01:00
DetailView.js (core) Fix test util and upgrade fixtures 2023-03-01 10:39:09 -05:00
DocComm.ts (core) Porting back AI formula backend 2023-02-08 17:15:59 +01:00
DocConfigTab.js
DocumentUsage.ts codeStyle(column-desc): create separate iconTooltip for column description 2023-02-01 13:55:41 +01:00
Drafts.ts
duplicatePage.ts
EditorMonitor.ts
EmbedForm.css
FieldConfigTab.css
FormulaTransform.ts
GridView.css (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
GridView.js (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
GristDoc.css
GristDoc.ts (core) Fix linking of new records when attachment is the first thing added. 2023-03-09 08:54:36 -05:00
GristWSConnection.ts
Importer.ts
Layout.css (core) Expanding widgets 2023-01-19 09:46:59 +01:00
Layout.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
LayoutEditor.css
LayoutEditor.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
LayoutTray.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
LinkingState.ts
Login.css
modals.ts (core) Fix css issue with tooltip in filter menu on safari 2023-03-13 15:39:41 +01:00
ParseOptions.ts
PluginScreen.ts
Preferences.css
Printing.css
Printing.ts (core) Hides the link icon in print view 2023-01-19 09:55:12 +01:00
RawDataPage.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
RecordLayout.css
RecordLayout.js
RecordLayoutEditor.js (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
RefSelect.ts
SearchBar.css
SelectionSummary.ts
TypeConversion.ts
TypeTransform.ts
UndoStack.ts
UnsavedChanges.ts
ValidationPanel.css
ValidationPanel.js
ViewAsBanner.ts
viewCommon.css
viewCommon.js
ViewConfigTab.css
ViewConfigTab.js
ViewLayout.css (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
ViewLayout.ts (core) Minimazing widgets 2023-03-02 11:22:49 +01:00
ViewLinker.css
ViewPane.ts
WidgetFrame.ts