Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot share visualization in incognito safari #6589

Closed
andrew-moldovan opened this issue Mar 21, 2016 · 3 comments
Closed

Cannot share visualization in incognito safari #6589

andrew-moldovan opened this issue Mar 21, 2016 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience

Comments

@andrew-moldovan
Copy link

I create a visualization (DataTable is the one I'm using) in safari and click the share button. Copy the link and paste it into an incognito window. Fatal error:

Error: QuotaExceededError: DOM Exception 22
setItem@[native code]
trackPossibleSubUrl@http://localhost:5602/bundles/commons.bundle.js?v=9732:62825:41
onRouteChange@http://localhost:5602/bundles/commons.bundle.js?v=9732:63752:41
$broadcast@http://localhost:5602/bundles/commons.bundle.js?v=9732:43923:34
http://localhost:5602/bundles/commons.bundle.js?v=9732:58426:37
processQueue@http://localhost:5602/bundles/commons.bundle.js?v=9732:42357:31
http://localhost:5602/bundles/commons.bundle.js?v=9732:42373:40
$eval@http://localhost:5602/bundles/commons.bundle.js?v=9732:43601:29
$digest@http://localhost:5602/bundles/commons.bundle.js?v=9732:43412:37
$apply@http://localhost:5602/bundles/commons.bundle.js?v=9732:43709:32
done@http://localhost:5602/bundles/commons.bundle.js?v=9732:38158:54
completeRequest@http://localhost:5602/bundles/commons.bundle.js?v=9732:38356:16
requestLoaded@http://localhost:5602/bundles/commons.bundle.js?v=9732:38297:25

If I paste it into a non incognito window it works fine, if I try it in Chrome (incognito or normal) it works fine. I have shield turned on for elasticsearch so it asks me to log in when I do it in incognito. I tried this in 2 different setups, with shield turned on in ES, but not the Kibana shield UI, and with the Kibana Shield UI. Same results. Again works totally fine in chrome.

This was tested and reproduced on 4.4 and 4.5

@andrew-moldovan andrew-moldovan added bug Fixes for quality problems that affect the customer experience P2 labels Mar 21, 2016
@andrew-moldovan
Copy link
Author

Also repro'd this using the Metric visualization and just for a dashboard in general

@spalger
Copy link
Contributor

spalger commented Mar 21, 2016

This is most likely due to the fact that safari doesn't expose the localStorage API in incognito mode

@cjcenizal
Copy link
Contributor

Closing as this is a dupe of #8063 and that ticket has some additional details and suggestion for a solution.

1Copenut added a commit that referenced this issue Mar 23, 2023
## Summary

[email protected][email protected]

## [`76.3.0`](https://github.com/elastic/eui/tree/v76.3.0)

- Updated `EuiSkipLink`'s `fallbackDestination` prop to support an array
of query selector strings
([#6646](elastic/eui#6646))

**Bug fixes**

- Fixed `EuiFlyout` to preserve body scrollbar width on open
([#6645](elastic/eui#6645))
- Fixed `EuiImage`'s full screen mode to not scroll jump & to preserve
body scrollbar width on open
([#6645](elastic/eui#6645))
- Fixed `EuiCodeBlock`'s full screen mode to not scroll jump & to
preserve body scrollbar width on open
([#6645](elastic/eui#6645))

## [`76.2.0`](https://github.com/elastic/eui/tree/v76.2.0)

- Added new `renderCustomGridBody` escape hatch rendering prop to
`EuiDataGrid` ([#6624](elastic/eui#6624))

**Bug fixes**

- Fixed visual listbox focus ring bug on non-searchable `EuiSelectable`s
([#6637](elastic/eui#6637))
- Added a legacy `alert` alias for the `warning` `EuiIcon` type
([#6640](elastic/eui#6640))
- Fixed a type definition incorrectly coming from a dev dependency,
which was causing issues for some consuming projects
([#6643](elastic/eui#6643))

## [`76.1.0`](https://github.com/elastic/eui/tree/v76.1.0)

- Added more detailed screen reader instructions to `EuiSelectable`,
`EuiSuggest`, `EuiSelectableTemplateSitewide`, `EuiRange`, and
`EuiDualRange`. ([#6589](elastic/eui#6589))
- Added new `placeholder` prop to `EuiSuperSelect`
([#6630](elastic/eui#6630))
- Added new `setCellPopoverProps` parameter callback to `EuiDataGrid`'s
`renderCellPopover` prop
([#6632](elastic/eui#6632))

**Bug fixes**

- Fixed an ARIA attribute in `EuiSelectableList`
([#6589](elastic/eui#6589))
- Fixed `EuiSelectable` to no longer show active selection state or
respond to the Up/Down arrow keys when focus is inside the selectable
container, but not on the searchbox or listbox.
([#6631](elastic/eui#6631))

---------

Co-authored-by: Tiago Costa <[email protected]>
jennypavlova pushed a commit to jennypavlova/kibana that referenced this issue Mar 24, 2023
## Summary

[email protected][email protected]

## [`76.3.0`](https://github.com/elastic/eui/tree/v76.3.0)

- Updated `EuiSkipLink`'s `fallbackDestination` prop to support an array
of query selector strings
([elastic#6646](elastic/eui#6646))

**Bug fixes**

- Fixed `EuiFlyout` to preserve body scrollbar width on open
([elastic#6645](elastic/eui#6645))
- Fixed `EuiImage`'s full screen mode to not scroll jump & to preserve
body scrollbar width on open
([elastic#6645](elastic/eui#6645))
- Fixed `EuiCodeBlock`'s full screen mode to not scroll jump & to
preserve body scrollbar width on open
([elastic#6645](elastic/eui#6645))

## [`76.2.0`](https://github.com/elastic/eui/tree/v76.2.0)

- Added new `renderCustomGridBody` escape hatch rendering prop to
`EuiDataGrid` ([elastic#6624](elastic/eui#6624))

**Bug fixes**

- Fixed visual listbox focus ring bug on non-searchable `EuiSelectable`s
([elastic#6637](elastic/eui#6637))
- Added a legacy `alert` alias for the `warning` `EuiIcon` type
([elastic#6640](elastic/eui#6640))
- Fixed a type definition incorrectly coming from a dev dependency,
which was causing issues for some consuming projects
([elastic#6643](elastic/eui#6643))

## [`76.1.0`](https://github.com/elastic/eui/tree/v76.1.0)

- Added more detailed screen reader instructions to `EuiSelectable`,
`EuiSuggest`, `EuiSelectableTemplateSitewide`, `EuiRange`, and
`EuiDualRange`. ([elastic#6589](elastic/eui#6589))
- Added new `placeholder` prop to `EuiSuperSelect`
([elastic#6630](elastic/eui#6630))
- Added new `setCellPopoverProps` parameter callback to `EuiDataGrid`'s
`renderCellPopover` prop
([elastic#6632](elastic/eui#6632))

**Bug fixes**

- Fixed an ARIA attribute in `EuiSelectableList`
([elastic#6589](elastic/eui#6589))
- Fixed `EuiSelectable` to no longer show active selection state or
respond to the Up/Down arrow keys when focus is inside the selectable
container, but not on the searchbox or listbox.
([elastic#6631](elastic/eui#6631))

---------

Co-authored-by: Tiago Costa <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience
Projects
None yet
Development

No branches or pull requests

3 participants