Changes between Initial Version and Version 4 of Ticket #24741
- Timestamp:
- 02/26/2014 10:26:54 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24741
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Review
to3.9
-
Ticket #24741 – Description
initial v4 1 I found that "Quick Edit" button at "Comments" page does not 2 correctly work when necessary JavaScript files are not yet 3 fully loaded. I observe this problem in WordPress version 3.5.1. 1 I found that "Quick Edit" button at "Comments" page does not correctly work when necessary JavaScript files are not yet fully loaded. I observe this problem in WordPress version 3.5.1. 4 2 5 I guess this problem happens when a user makes a clicks on 6 “Quick Edit” button too soon before some external JavaScript 7 for the feature get loaded. For this reason, It seems this bug 8 would be more problematic when network connection is slow. 3 I guess this problem happens when a user makes a clicks on “Quick Edit” button too soon before some external JavaScript for the feature get loaded. For this reason, It seems this bug would be more problematic when network connection is slow. 9 4 10 5 Here's the use case scenario by which you can reproduce the error: