Hi,
Environment:
- Oracle APEX 24.2
- Universal Theme
- Wizard-generated Form page
- Standard DELETE button
- Standard DML Process
Observed behavior:
- Modal Dialog → Cancel button is rendered with the standard gray style.
- Non-Modal Dialog → Cancel button receives the same styled appearance as the other dialog buttons.
- No custom JavaScript is involved.
- A brand-new Form page generated by the wizard reproduces the same behavior.
Additional information:
APEX.DIALOG.CANCEL successfully changes the label to "Abandon".
- HTML generated for the confirmation dialog is essentially identical.
- The behavior changes only after switching Page Mode from Modal Dialog to Non-Modal Dialog.
Question:
Is this expected behavior in APEX 24.2, or is it a bug in the confirmation dialog styling?