Actions
Bug #1528
closedCancel button on pop-up fire an AJAX request and sometimes lag
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
31
Name check:
Fix check:
Regression:
Description
For (all ?) pop-up used to create items, like "configuration rule creation pop-up", the cancel button should only close the pop-up, a pure JS, client-side event. But currently, they fire an Ajax request, that does nothing (safe spending time one server and leading to some client side lag).
=> replace SHtml.ajaxButton("Cancel", { () => closePopup() }) by something like: <button onclick="closePopup();return false;">Cancel</button>
Updated by Jonathan CLARKE almost 13 years ago
- Target version changed from 24 to Ideas (not version specific)
Updated by Nicolas CHARLES over 10 years ago
- Status changed from New to 8
- Assignee set to Nicolas CHARLES
- Target version changed from Ideas (not version specific) to 2.10.8
Updated by Nicolas CHARLES about 10 years ago
- Assignee changed from Nicolas CHARLES to François ARMAND
Updated by François ARMAND about 8 years ago
- Subject changed from Cancel button on pop-up fire an AJAX request to Cancel button on pop-up fire an AJAX request and sometimes lag
- Description updated (diff)
- Severity set to Trivial - no functional impact | cosmetic
- User visibility set to Getting started - demo | first install | level 1 Techniques
Actions