You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When drawing bounding boxes on the tilemap near the 180/-180 border, just east of New Zealand for example, the filter generated will be invalid. This also highlights that it's not possible to select regions across the Pacific (without #3693 or manual filter editing), can the map be made to scroll infinitely on the horizontal axis?
It seems to me the problem is that as the leaflet map loops, the lat lng values it returns do not. to illustrate this, if you go to either extreme of the map and try and crop when it starts to repeat, you get this error.
This is a backport EUI upgrade to Kibana v8.8.1 containing an
`EuiCodeBlock` bugfix requested by the Observability team:
#158644 (comment)
## [`77.1.5`](https://github.com/elastic/eui/tree/v77.1.5)
**Bug fixes**
- Fixed `EuiCodeBlock` potentially incorrectly ignoring lines ending
with a question mark when using the Copy button.
([#6794](elastic/eui#6794))
- Fixed `EuiCodeBlock` to not include line numbers when copying content
([#6824](elastic/eui#6824))
- Fixed the expanded row animation on `EuiBasicTable` causing
cross-browser Safari issues
([#6826](elastic/eui#6826))
Co-authored-by: Kibana Machine <[email protected]>
## Summary
`[email protected]` ⏩ `[email protected]`
✨ Highlights:
- fixes#158644
- Adds a new Timeline icon for use within `EuiMarkdownEditor` (cc
@kqualters-elastic)
- Expandable rows used within `EuiBasicTable` and `EuiInMemoryTable` now
have a faster and snappier expand animation
___
## [`81.3.0`](https://github.com/elastic/eui/tree/v81.3.0)
- Added `timelineWithArrow` glyph to `EuiIcon`
([#6822](elastic/eui#6822))
**Bug fixes**
- Fixed `EuiCodeBlock` potentially incorrectly ignoring lines ending
with a question mark when using the Copy button.
([#6794](elastic/eui#6794))
- Fixed `EuiCodeBlock` to not include line numbers when copying content
([#6824](elastic/eui#6824))
- Fixed the expanded row animation on `EuiBasicTable` causing
cross-browser Safari issues
([#6826](elastic/eui#6826))
When drawing bounding boxes on the tilemap near the 180/-180 border, just east of New Zealand for example, the filter generated will be invalid. This also highlights that it's not possible to select regions across the Pacific (without #3693 or manual filter editing), can the map be made to scroll infinitely on the horizontal axis?
The text was updated successfully, but these errors were encountered: