-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make static are items recognizable to openui5 dialogs (#5888)
Issue When UI5WC ui5-date-picker is opened inside UI5 dialog, click "ESC" wrongly close whole dialog. Root cause It's an integration issue between UI5WC Popups and OpenUI5 Popups - the focus never gets to the DatePicker's popover as it's not recognized as an external content by the sap.m.Dialog. Solution While we are working on more general, out of the box solution by integrating UI5WC Popups and OpenUI5 Popups, we would like to provide the following solution for the time being: Forwarding the "data-sap-ui-integration-popup-content" attribute from the component that opens popup to its the static are item, which makes the static are item an external content for the sap.m.Dialog (as the aforementioned attribute is already part of the OpenUI5 logic). When the attribute is present, the focus goes inside the DatePicker's popover and the ESC behaviour works as expected. Related to: #5634
- v2.8.0-rc.1
- v2.8.0-rc.0
- v2.7.3
- v2.7.2
- v2.7.1
- v2.7.0
- v2.7.0-rc.2
- v2.7.0-rc.1
- v2.7.0-rc.0
- v2.6.3
- v2.6.2
- v2.6.2-rc.0
- v2.6.1
- v2.6.0
- v2.6.0-rc.5
- v2.6.0-rc.4
- v2.6.0-rc.3
- v2.6.0-rc.2
- v2.6.0-rc.1
- v2.6.0-rc.0
- v2.5.2
- v2.5.1
- v2.5.0
- v2.5.0-rc.3
- v2.5.0-rc.2
- v2.5.0-rc.1
- v2.5.0-rc.0
- v2.4.1-rc.0
- v2.4.0
- v2.4.0-rc.4
- v2.4.0-rc.3
- v2.4.0-rc.2
- v2.4.0-rc.1
- v2.4.0-rc.0
- v2.3.1-rc.0
- v2.3.0
- v2.3.0-rc.3
- v2.3.0-rc.2
- v2.3.0-rc.1
- v2.3.0-rc.0
- v2.2.0
- v2.2.0-rc.3
- v2.2.0-rc.2
- v2.2.0-rc.1
- v2.2.0-rc.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.1.0-rc.3
- v2.1.0-rc.2
- v2.1.0-rc.1
- v2.1.0-rc.0
- v2.0.1
- v2.0.0
- v2.0.0-rc.6
- v2.0.0-rc.5
- v2.0.0-rc.4
- v2.0.0-rc.3
- v2.0.0-rc.2
- v2.0.0-rc.1
- v2.0.0-rc.0
- v1.24.16
- v1.24.15
- v1.24.14
- v1.24.13
- v1.24.12
- v1.24.11
- v1.24.10
- v1.24.9
- v1.24.8
- v1.24.7
- v1.24.6
- v1.24.5
- v1.24.4
- v1.24.3
- v1.24.2
- v1.24.1
- v1.24.0
- v1.24.0-rc.4
- v1.24.0-rc.3
- v1.24.0-rc.2
- v1.24.0-rc.1
- v1.24.0-rc.0
- v1.23.3
- v1.23.2
- v1.23.1
- v1.23.1-rc.0
- v1.23.0
- v1.23.0-rc.5
- v1.23.0-rc.4
- v1.23.0-rc.3
- v1.23.0-rc.2
- v1.23.0-rc.1
- v1.23.0-rc.0
- v1.22.1-rc.0
- v1.22.0
- v1.22.0-rc.3
- v1.22.0-rc.2
- v1.22.0-rc.1
- v1.22.0-rc.0
- v1.21.2
- v1.21.1
- v1.21.0
- v1.21.0-rc.5
- v1.21.0-rc.4
- v1.21.0-rc.3
- v1.21.0-rc.2
- v1.21.0-rc.1
- v1.21.0-rc.0
- v1.20.1
- v1.20.0
- v1.20.0-rc.3
- v1.20.0-rc.2
- v1.20.0-rc.1
- v1.20.0-rc.0
- v1.19.1
- v1.19.0
- v1.19.0-rc.3
- v1.19.0-rc.2
- v1.19.0-rc.1
- v1.19.0-rc.0
- v1.18.1-rc.0
- v1.18.0
- v1.18.0-rc.2
- v1.18.0-rc.1
- v1.18.0-rc.0
- v1.17.4
- v1.17.3
- v1.17.2
- v1.17.1
- v1.17.0
- v1.17.0-rc.2
- v1.17.0-rc.1
- v1.17.0-rc.0
- v1.16.0
- v1.16.0-rc.4
- v1.16.0-rc.3
- v1.16.0-rc.2
- v1.16.0-rc.1
- v1.16.0-rc.0
- v1.15.1
- v1.15.0
- v1.15.0-rc.2
- v1.15.0-rc.1
- v1.15.0-rc.0
- v1.14.7
- v1.14.6
- v1.14.5
- v1.14.4
- v1.14.3
- v1.14.2
- v1.14.1
- v1.14.0
- v1.14.0-rc.2
- v1.14.0-rc.1
- v1.14.0-rc.0
- v1.13.3
- v1.13.2
- v1.13.1
- v1.13.0
- v1.13.0-rc.5
- v1.13.0-rc.4
- v1.13.0-rc.3
- v1.13.0-rc.2
- v1.13.0-rc.1
- v1.13.0-rc.0
- v1.12.2
- v1.12.1
- v1.12.0
- v1.12.0-rc.3
- v1.12.0-rc.2
- v1.12.0-rc.1
- v1.12.0-rc.0
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.11.0-rc.4
- v1.11.0-rc.3
- v1.11.0-rc.2
- v1.11.0-rc.1
- v1.11.0-rc.0
- v1.10.7
- v1.10.6
- v1.10.5
- v1.10.4
- v1.10.4-rc.0
- v1.10.3
- v1.10.2
- v1.10.1
- v1.10.0
- v1.9.5
- v1.9.4
- v1.9.3
- v1.9.2
- v1.9.1
- v1.9.0
- v0.0.0-dd8065714
- v0.0.0-7b49a7ff1
Showing
3 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
html, body, #content { | ||
height: 100%; | ||
} | ||
|
||
.openui51auto { | ||
background-color: var(--sapBackgroundColor); | ||
} |