#7566 closed defect (bug) (wontfix)
Activity: block 2nd click on .activity-read-more
Reported by: | slaFFik | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Activity | Keywords: | needs-patch good-first-bug |
Cc: |
Description
If the activity record has a long content, it will have a Read more link that upon click will expand and reveal the whole content.
This link is ajaxified, but it doesn't have a blocker, that prevents multiple clicks and several requests sending and UI issue as well (see attached gif).
Might be a good idea to block clicks after the 1st one until response is received and processed.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
We aren't changing BP-Legacy, which I assume this is where the code concerned is.