Hi Nick - the reason for this is that you have additional nodes which match the module selector "zone" inside the #layout-wrapper - in particular at line 55 in your header you have

    <div id="header">
        <div class="zone zone-header"><h1 id="branding"><a 
href="./">Test</a></h1></div>
    </div>

On 07/04/2012 16:01, Nicholas Mayne wrote:
It happened in a demo, the orchard chaps caught me offline and nick named it 
Balistic Widgets :)

Another wierd behaviour... in orchard-portlets.js within the demo I sent you, 
try changing

fluid.reorderLayout("#layout-tripel", {
             selectors: {
                 columns: ".zone",
                 modules: ".widget",
                 grabHandle: "header"
             },

To

fluid.reorderLayout("#layout-wrapper", {
             selectors: {
                 columns: ".zone",
                 modules: ".widget",
                 grabHandle: "header"
             },


What happens is that the widgets alway focus on the first zone, but the 
information reported back from Fluid
says there are 7 zones...

I will log this one for you too. I have tried to add extra info to current jira 
tickets if I find anything
relevant.

Cheers, Nick

On Sat, Apr 7, 2012 at 9:59 PM, Antranig Basman <[email protected]
<mailto:[email protected]>> wrote:

    I saw it in Firefox 11 myself as well, when I was using the back-version of 
jQuery UI


    On 07/04/2012 08:05, Nicholas Mayne wrote:

        I found the problem with the sticky widets... Its Firefox 12 causing 
the issues, It seems that there
        is a
        problem with Firefox 12 and one of the jQuery UI javascript files.

        So all good :) Thanks Nick

        On Fri, Apr 6, 2012 at 10:23 PM, Nicholas Mayne <[email protected] 
<mailto:[email protected]>
        <mailto:[email protected] <mailto:[email protected]>>> wrote:

            Hey Antranig,

            You were right, the three problems were solved with upgrading 
jQueryUI to 1.8.18 and merging  the
            additional branch in.

            However, when dragging a widget around, the widget will not release 
when you release the
        mouse... I have
            again attached a demo site for you too see.

            Let me know what oyu think.

            Cheers, Nick


            On Fri, Apr 6, 2012 at 4:21 PM, Nicholas Mayne <[email protected]
        <mailto:[email protected]> <mailto:[email protected] 
<mailto:[email protected]>>> wrote:

                Hey there Antranig, I thought I was using jQuery UI 1.8.18!! 
lol I just looked and im on
        1.8.16 so I
                have raised a bug with the Orchard team to upgrade them
        (http://orchard.codeplex.com/__workitem/18612 
<http://orchard.codeplex.com/workitem/18612>)

                I have merge the two change sets and all looks good bar the 
Jquery UI stuff!! Will let you
        know if I
                have any more issues :)

                Thanks again for you help so far.

                Nick



                On Fri, Apr 6, 2012 at 3:20 PM, Antranig Basman 
<[email protected]
        <mailto:[email protected]>
        <mailto:antranig.basman@__colorado.edu 
<mailto:[email protected]>>> wrote:

                    On 06/04/2012 06:35, Nicholas Mayne wrote:

                        Hey Bosmon

                        Thanks for looking in to these JS issues im having

                        I have noticed a few things which I will log as issues 
on Jira for ya.

                        1. It seems like the double flicker is back in your 
latest branch
                        (https://github.com/amb26/____infusion/tree/FLUID-4684
        <https://github.com/amb26/__infusion/tree/FLUID-4684>
        <https://github.com/amb26/__infusion/tree/FLUID-4684
        <https://github.com/amb26/infusion/tree/FLUID-4684>>) - I think this is 
because you have made

                        the tinymce
                        changes to a separate branch. Shall I take those 
changes as well to stop double flicker?
                        2. Tooltips cause content to disappear
                        3. It looks like the Layout Reorderer still forces back 
to the first column

                        I have attached all my code in a dummy site within the 
zip for you to take a look at
        as jira
                        tickets can be
                        a little vague.

                        Let me know what you think.

                        Cheers, Nick


                    Hi there Nick - looks like you haven't updated to the 
latest jQuery UI, 1.8.18, as I
        suggested
                    in my mail - do this and you should see that those issues 
(2 + 3) should go away. For 1,
        yes,
                    you will need to merge the branches together... I guess I should 
start to make a "NickMayne"
                    branch myself, but perhaps you will like to look after it :)







_______________________________________________________
fluid-work mailing list - [email protected]
To unsubscribe, change settings or access archives,
see http://lists.idrc.ocad.ca/mailman/listinfo/fluid-work

Reply via email to