Unplanned
Last Updated: 21 Sep 2022 06:50 by Peter
Created by: Peter
Comments: 0
Category: FloatingActionButton
Type: Bug Report
1

Describe the bug
When the FloatingActionButton is rendered on Safari and iOS an additional outline border is displayed.

To reproduce
Steps to reproduce the behavior:

  1. Go to 'https://demos.telerik.com/kendo-ui/floatingactionbutton/index'

Expected behavior
There should bo no additional square border around the FAB

Screenshots
image

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery

Affected browsers (please remove the unneeded items)

  • Safari

Build system information (please remove the unneeded items)

  • OS: [Mac]

Workaroundt
.k-fab{ outline: none; }

Unplanned
Last Updated: 21 Oct 2021 10:41 by ADMIN
Created by: Christine
Comments: 0
Category: FloatingActionButton
Type: Feature Request
2
Expose itemClick event for the FloatingActionButton so it is possible to handle the click defined via the items.click configuration.