[RFC] Extend Existing Implementation of AJAX in ACP
- M.Gaetan89
- Registered User
- Posts: 64
- Joined: Tue Jan 28, 2014 7:17 pm
- Location: Divonne-les-Bains, France
- Contact:
Re: [RFC] Extend Existing Implementation of AJAX in ACP
Maybe it's not possible with phpBB browsers compatibility requirements, but what about HTML5 drag and drop ?
Last edited by M.Gaetan89 on Sun Jun 01, 2014 12:43 am, edited 1 time in total.
- Jessica.
- Registered User
- Posts: 144
- Joined: Wed Feb 09, 2011 8:17 pm
- Location: Pennsylvania, USA
- Contact:
Re: [RFC] Extend Existing Implementation of AJAX in ACP
+1
Drag and drop is better than using the arrow buttons...even though it's slightly easier to order with the ajax in ordering, drag and drop is way better.
Drag and drop is better than using the arrow buttons...even though it's slightly easier to order with the ajax in ordering, drag and drop is way better.
Re: [RFC] Extend Existing Implementation of AJAX in ACP
Of course I would prefer a HTML5 implementation too. But the browser-compatibility list for phpBB 3.1 is IE8+.M.Gaetan89 wrote:Maybe it's not possible with phpBB browsers compatibility requirements, but what about HTML5 drag and drop ?
HTML5 drag & drop doesn't work for:
- IE8
- IE9 only partially (no <div> etc., but since we want to sort <tr> it might not be a problem)
- Safari 5.1
Re: [RFC] Extend Existing Implementation of AJAX in ACP
im not sure 5.1 should still be in the mix, but if we are using js I am not sure what the issue is as we can polyfill all of those browsers someway im sure to enable it
Re: [RFC] Extend Existing Implementation of AJAX in ACP
We can make drag&drop only for the browsers that support it. For the rest, we keep the classical up and down arrows with the twist that it now does not require full page reloads to reorder.
As for the drag&drop using HTML5, I recently have made drag&drop with the browser's API so I can assist whoever wants to do that.
BTW: The drag&drop API was made by microsoft. The one in the spec was made based on a result of reverse-engineering Microsoft's API in IE.
As for the drag&drop using HTML5, I recently have made drag&drop with the browser's API so I can assist whoever wants to do that.
BTW: The drag&drop API was made by microsoft. The one in the spec was made based on a result of reverse-engineering Microsoft's API in IE.
Re: [RFC] Extend Existing Implementation of AJAX in ACP
I've never actually used HTML5 drag & drop, so if you want to take the lead on this, you're more than welcome.brunoais wrote:We can make drag&drop only for the browsers that support it. For the rest, we keep the classical up and down arrows with the twist that it now does not require full page reloads to reorder.
As for the drag&drop using HTML5, I recently have made drag&drop with the browser's API so I can assist whoever wants to do that.
BTW: The drag&drop API was made by microsoft. The one in the spec was made based on a result of reverse-engineering Microsoft's API in IE.
Re: [RFC] Extend Existing Implementation of AJAX in ACP
That is fine with me.brunoais wrote:We can make drag&drop only for the browsers that support it. For the rest, we keep the classical up and down arrows with the twist that it now does not require full page reloads to reorder.
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: [RFC] Extend Existing Implementation of AJAX in ACP
Yes, but keep the arrows there even in HTML 5 for people who don't know about or can't use (accessibility, for example) drag and drop.prototech wrote:That is fine with me.brunoais wrote:We can make drag&drop only for the browsers that support it. For the rest, we keep the classical up and down arrows with the twist that it now does not require full page reloads to reorder.
Steve
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.