[jira] Created: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
43 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3227:
-----------------------------------

    Attachment: myPortalDragNDrop_v2.patch

sorry  for the many posts, but i added a fix for this 'stupid' div flickering bug :-)

best regards,
Sascha

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782324#action_12782324 ]

Michael Xu commented on OFBIZ-3227:
-----------------------------------

Hey Bruno,

I test the patch and it works very well. Could you help review the patch and commit it into the trunk if no problem?

Regards,
Michael

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782356#action_12782356 ]

Bruno Busco commented on OFBIZ-3227:
------------------------------------

Sascha,
I tested your last patch and I found that if I press the "ESC" key during the dragging to cancel it, the dotted rectangle is not removed from the screen.
If you could please fix this I do not find any other problem to commit it.

BTW:
Making a deeper review of what I already committed of your patch I would like to discuss with you if the new service you created updatePortletSeqDragDrop could be merged to the service updatePortalPagePortletSeq that was already there.

The "mode" attribute could be used to tell the updatePortalPagePortletSeq if a relative ("UP", "DOWN","TOP","BOTTOM") or an absolute movement ir required.
What do you think about?

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3227:
-----------------------------------

    Attachment: myPortalDragNDrop_v2.patch

Hi,

+ cloning effect when draging a portlet.
+ ESC press bug, fixed

Bruno i decided to create a new service, because i go a different way to replace my portlets. I can't use
the original implementation.
In my opinion one big service will become to complex/ confusing, so i created a second one. But if
it's better to have only one service i see no problem to merge them.  
So what do you think?

Best regards,
Sascha



> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco reassigned OFBIZ-3227:
----------------------------------

    Assignee: Bruno Busco

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3227:
-------------------------------

    Attachment: screen3.bmp
                screen2.bmp
                screen1.bmp

Hi Sascha,
the ESC key works well now.

But please see what happens in screen1.bmp, screen2.bmp, screen2.bmp when I drag the second portlet and want to place in the last position.

-screen1.bmp
Dragging the System status info portlet over the Week view I would have expected to not see any dotted rectangle yet

-screen2.bmp
Dragging the System status info portlet after the Week view I would have expected to see the dotted rectangle

-screen3.bmp
Dropping the System status info portlet after the Week view I would have expected to have it in place


> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen1.bmp, screen2.bmp, screen3.bmp, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782507#action_12782507 ]

Jacques Le Roux commented on OFBIZ-3227:
----------------------------------------

Hi Sascha,

It seems that, to say the least, you have some skills in js programming. Would you mind to have a look at OFBIZ-1825 ?

Thanks

Bruno,

.bmp is bad (bandwidth, at least it's very slow to download) please use rather the screen-copy feature ;)

Thanks

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen1.bmp, screen2.bmp, screen3.bmp, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3227:
-------------------------------

    Attachment:     (was: screen1.bmp)

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen2.bmp, screen3.bmp, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3227:
-------------------------------

    Attachment:     (was: screen2.bmp)

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3227:
-------------------------------

    Attachment:     (was: screen3.bmp)

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco updated OFBIZ-3227:
-------------------------------

    Attachment: screen3.gif
                screen2.gif
                screen1.gif

Sorry for the large BMP files I was in a hurry and I did not realize how large they were. Replaced with much smaller gif files.

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782778#action_12782778 ]

Sascha Rodekamp commented on OFBIZ-3227:
----------------------------------------

Hi Bruno, yeah i see the problem, last night i had a good idea, how to fix it. I hope i can improve the code today.

Jacques, i will have a look. Maybe i find some time at the weekend. :-)

Best Regards and a nice day...
Sascha

 

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3227:
-----------------------------------

    Attachment: myPortalDragNDrop_v2.patch

Hey,
it takes a little bit more time, but i did a few more changes in the code as i expected.

Now the bugs are fixed. And the Drag'n'Drop expirence should be better.

Best Regards
Sascha



> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp updated OFBIZ-3227:
-----------------------------------

    Attachment: myPortalDragNDrop_v2_IEpatch.patch

Hi Bruno,
i saw in svn you commited the patch, thanks. But ,sorry for that, i found a bug while using the IE.
I made a separate patch to fix this.

Best Regards
Sascha



> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Busco closed OFBIZ-3227.
------------------------------

    Resolution: Fixed

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783119#action_12783119 ]

Bruno Busco commented on OFBIZ-3227:
------------------------------------

Hi Sascha,
thank you for your continued work on this topic.
All your patches are in trunk At revision: 884891

I close the issue but I look forward to having more improvement on this:
 What about being able to create a new column dragging and dropping a portlet on a side of the portal?

Thank you,
Bruno

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783148#action_12783148 ]

Sascha Rodekamp commented on OFBIZ-3227:
----------------------------------------

Hi Bruno, many thanks.

Hm good point. I will implement it asap.
Are there more suggestions for imporvements?

Have a nice WE, best regards
Sascha  

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783184#action_12783184 ]

Jacques Le Roux commented on OFBIZ-3227:
----------------------------------------

The calendar internationalization would be a great improvement, not a hurry though, it waits for some time now OFBIZ-1825

Thanks

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789045#action_12789045 ]

Michael Xu commented on OFBIZ-3227:
-----------------------------------

hi Sascha,

It is very weird that I cannot drag and drop portlets after I refresh data. However, if I click "preference" and configure portlets, then I can drag and drop portlets.

Very weird. It seems something is wrong there. Maybe you need to look into it :-)

Thanks,
Michael

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789235#action_12789235 ]

Sascha Rodekamp commented on OFBIZ-3227:
----------------------------------------

hi Michael,

it's not a bug it's a feature :-D

Before you are able to drag your portlets on the front page, you have to go to the preference screen and create your own (user specific) portal page.
Thats because every group has it's default portlet configuration. This default will be replaced when you make any changes in your myPortal preferences.
After this the user has his own myPortal configuration and can modify it in his main page.

Understand the way?

So long
Sascha

> Drag'n'Drop update - add directly in the my portal application
> --------------------------------------------------------------
>
>                 Key: OFBIZ-3227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3227
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/projectmgr
>    Affects Versions: SVN trunk
>            Reporter: Sascha Rodekamp
>            Assignee: Bruno Busco
>             Fix For: SVN trunk
>
>         Attachments: myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2.patch, myPortalDragNDrop_v2_IEpatch.patch, screen1.gif, screen2.gif, screen3.gif, screenshot-1.jpg
>
>
> Hi,
> Michael ask to add the Drag'n' Drop Feature directly to the myPortal application. So i did :-)
> Beside this, i made a few fixes in the myportal.js.
> I'm looking foward to your review.
> So long
> Sascha

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

123