[jira] Created: (OFBIZ-3502) Layout improvement of ecommerce.

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

[jira] Created: (OFBIZ-3502) Layout improvement of ecommerce.

Nicolas Malin (Jira)
Layout improvement of ecommerce.
--------------------------------

                 Key: OFBIZ-3502
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
             Project: OFBiz
          Issue Type: Sub-task
          Components: specialpurpose/ecommerce
    Affects Versions: SVN trunk
            Reporter: Deepak Dixit
            Priority: Minor
             Fix For: SVN trunk




--
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-3502) Layout improvement of ecommerce.

Nicolas Malin (Jira)

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

Deepak Dixit updated OFBIZ-3502:
--------------------------------

    Attachment: OFBIZ-3502.patch

Here is the patch for some ui improvements.

> Layout improvement of ecommerce.
> --------------------------------
>
>                 Key: OFBIZ-3502
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3502.patch
>
>


--
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-3502) Layout improvement of ecommerce.

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

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

Deepak Dixit updated OFBIZ-3502:
--------------------------------

    Attachment: OFBIZ-3502.patch

Grant license to ASF for inclusion in ASF works..

> Layout improvement of ecommerce.
> --------------------------------
>
>                 Key: OFBIZ-3502
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3502.patch, OFBIZ-3502.patch
>
>


--
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-3502) Layout improvement of ecommerce.

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

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

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

Hi Deepak,

I'd like to commit your patch, but could you please explain what the changes are doing, or rather where I can check them in the UI?

Thanks

> Layout improvement of ecommerce.
> --------------------------------
>
>                 Key: OFBIZ-3502
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3502.patch, OFBIZ-3502.patch
>
>


--
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-3502) Layout improvement of ecommerce.

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

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

Deepak Dixit commented on OFBIZ-3502:
-------------------------------------

Hi jacques,

In this patch I have used floated layout pattern and set width in % so it cover ui are according to view port size, and removed fixed margin that not generated proper ui.
Also added some css rule for bread crumbs display and corrected ui behaviour for quick add.
After applying this patch most of the screens that are not rendered properly are displayed properly.
You can see UI behaviour for following screen :

http://ofbiz-vm.apache.org:8080/ecommerce/control/quickadd
https://ofbiz-vm.apache.org:8443/ecommerce/control/checkoutoptions

Hope this can help.

Thanks

> Layout improvement of ecommerce.
> --------------------------------
>
>                 Key: OFBIZ-3502
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3502.patch, OFBIZ-3502.patch
>
>


--
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] Issue Comment Edited: (OFBIZ-3502) Layout improvement of ecommerce.

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

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

Deepak Dixit edited comment on OFBIZ-3502 at 2/24/10 2:34 PM:
--------------------------------------------------------------

Hi jacques,

In this patch I have used floated layout pattern and set width in % so it cover ui area according to view port size, and removed fixed margin that not generated proper ui.
Also added some css rule for bread crumbs display and corrected ui behaviour for quick add.
After applying this patch most of the screens that are not rendered properly are displayed properly.
You can see UI behaviour for following screen :

http://ofbiz-vm.apache.org:8080/ecommerce/control/quickadd
https://ofbiz-vm.apache.org:8443/ecommerce/control/checkoutoptions

Hope this can help.

Thanks

      was (Author: deepak.dixit):
    Hi jacques,

In this patch I have used floated layout pattern and set width in % so it cover ui are according to view port size, and removed fixed margin that not generated proper ui.
Also added some css rule for bread crumbs display and corrected ui behaviour for quick add.
After applying this patch most of the screens that are not rendered properly are displayed properly.
You can see UI behaviour for following screen :

http://ofbiz-vm.apache.org:8080/ecommerce/control/quickadd
https://ofbiz-vm.apache.org:8443/ecommerce/control/checkoutoptions

Hope this can help.

Thanks
 

> Layout improvement of ecommerce.
> --------------------------------
>
>                 Key: OFBIZ-3502
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3502
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3502.patch, OFBIZ-3502.patch
>
>


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