1# Access Token Changelog 2 3## cl.access_token.1 Change of the Default Behavior of Security Components upon UX Display Exceptions 4 5**Access Level** 6 7Public API 8 9**Reason for Change** 10 11When a security component integrated into an application encounters a UX display exception, it still responds to user taps. 12 13**Change Impact** 14 15This change is a non-compatible change. 16 17Before the change: 18 19The security components integrated into application still respond to user taps when encountering a UX display exception. 20 21After the change: 22 23The security components integrated into applications do not respond to user taps when encountering a UX display exception. 24 25**Start API Level** 26 2710 28 29**Change Since** 30 31OpenHarmony SDK 5.0.0.52 32 33**Key API/Component Changes** 34 35**LocationButton** in @internal/component/ets/location_button.d.ts. 36 37**SaveButton** in @internal/component/ets/save_button.d.ts. 38 39**PasteButton** in @internal/component/ets/paste_button.d.ts. 40 41**Adaptation Guide** 42 43If a security component encounters a UX display exception, check the [image effect settings](https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-universal-attributes-image-effect.md) of its parent component. Change image effect properties to no effect. 44