Summary: | Ajax checkout table: no "loading..." popup | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Circulation | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 11703 | ||
Bug Blocks: | |||
Attachments: | Message "Loading" on moremember.pl |
Description
Jonathan Druart
2014-06-26 13:49:53 UTC
Actually it's not "Loading..." but "Processing...". FYI, it's there but it seems to be positioned very far down the page, possibly even off the page! Not sure if this is still valid. On my test system the Processing message is displayed right in the middle of the checkouts table, as it should be. (In reply to Kyle M Hall from comment #3) > Not sure if this is still valid. On my test system the Processing message is > displayed right in the middle of the checkouts table, as it should be. On moremember.pl? In my tests the "Processing" message appears in the right place if you *don't* have "Always show checkouts" selected and have to click to show checkouts. It probably has to do with the position of the page scroll when the "Processing" message is first triggered. Tested on current master. On member/moremember.pl with "Always show checkouts immediately" set, a message "Loading" appears while loading the table. (I had first to zoom the browser window to make the the checkouts table visible while loading the page. With zoom set to normal, I had to scroll down to the checkouts table, and meanwhile it was loaded.) With other words, the Bug seems no longer to be valid on current master. There is a "Loading... you may continue scanning." on circulation, not on moremember. The message popup is not displayed on top anymore but not in the table neither. Created attachment 46314 [details]
Message "Loading" on moremember.pl
Screen capture: The message appears if "Always show checkouts immediately" is set.
So let's consider it as fixed :) |