R4 missing hover panel on Order Manager

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

R4 missing hover panel on Order Manager

Post by AbleMods » Thu May 09, 2013 8:32 pm

In R3, you could hover the 'Details' magnifying glass icon and a popup would render the line items of the order. This was very convenient when checking an order without having to click into the order itself.

This feature is missing in the /Admin/Orders/Default.aspx in Gold R4.

Was it removed intentionally?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: R4 missing hover panel on Order Manager

Post by ForumsAdmin » Fri May 10, 2013 7:27 am

Nope. Must be something wrong.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: R4 missing hover panel on Order Manager

Post by AbleMods » Fri May 10, 2013 12:25 pm

Must have gotten replaced with some other code. There's some new javascript at the bottom of the ASPX page that wasn't in R3.

The wwHoverPanel control is gone too, that's why I thought it might have been intentional.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: R4 missing hover panel on Order Manager

Post by ForumsAdmin » Mon May 13, 2013 3:46 am

We will have a look into this. Could be an unintentional bug introduced in R4... but need to confirm it was not intentional. We will let you know.

User avatar
ForumsAdmin
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 399
Joined: Wed Mar 13, 2013 7:19 am

Re: R4 missing hover panel on Order Manager

Post by ForumsAdmin » Tue May 14, 2013 8:26 am

OK. It was removed intentionally. It happened during our work on improving UI to incorporate export feature on order manger page.

Relevant comment from our issue tracker
The wwhoverpanel component is extremely outdated. One of it's native behaviors is to inject a json script even though all modern browsers have this natively. The json spec that is included with wwhoverpanel is old and incompatible with current practices. After struggling with some different ideas, I finally removed this element from the order manager page. If we need to support a hover on this page it will have to be with some newer component.
A new bug has been created to add the hover feature back to order manager page. We will use a better solution than wwhoverpanel. We may not tackle this in R5 though. R5 is currently in final QA and bug fixing.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: R4 missing hover panel on Order Manager

Post by AbleMods » Tue May 14, 2013 9:00 am

That works, thanks for the great followup. It's not a major deal, just a convenience the client would enjoy seeing again.

I copied the old hoverpanel code into the R4 page and it's working fine for this client. No one else has mentioned or noticed it missing :D
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Post Reply