FLUID-4692 Sentinelization fix
Antranig Basman
antranig.basman at colorado.edu
Mon Apr 9 06:59:51 UTC 2012
Hi there Nick - this is indeed a bug. I think it had been observed a while back, but since it had only been
seen as triggered by another bug resulting from having the orientation of the LayoutManager flipped
(horizontal rather than vertical) I suspect it didn't end up getting JIRAed independently.
I have written it up at http://issues.fluidproject.org/browse/FLUID-4692
and you can find a fix (with some shiny new test cases!) at
Happy Eater,
A
https://github.com/amb26/infusion/tree/FLUID-4692
On 08/04/2012 03:16, Nicholas Mayne wrote:
> Hey Antranig,
>
> I am using 'Zone' as a columns selector, I thought that you could have multiple columns for which you can
> drag and drop modules? When draging a module from a zone, Fluid does register 7 columns, but only ever
> highlights one no matter where you drag on the screen.
>
> Nick
>
> On Sun, Apr 8, 2012 at 5:03 AM, Antranig Basman <antranig.basman at colorado.edu
> <mailto:antranig.basman at colorado.edu>> wrote:
>
> 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 <antranig.basman at colorado.edu
> <mailto:antranig.basman at colorado.edu>
> <mailto:antranig.basman at __colorado.edu <mailto:antranig.basman at colorado.edu>>> 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 <jetski5822 at gmail.com
> <mailto:jetski5822 at gmail.com> <mailto:jetski5822 at gmail.com <mailto:jetski5822 at gmail.com>>
> <mailto:jetski5822 at gmail.com <mailto:jetski5822 at gmail.com> <mailto:jetski5822 at gmail.com
> <mailto:jetski5822 at gmail.com>>>__> 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 <jetski5822 at gmail.com
> <mailto:jetski5822 at gmail.com>
> <mailto:jetski5822 at gmail.com <mailto:jetski5822 at gmail.com>> <mailto:jetski5822 at gmail.com
> <mailto:jetski5822 at gmail.com> <mailto:jetski5822 at gmail.com <mailto:jetski5822 at gmail.com>>>__> 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> <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 <antranig.basman at colorado.edu
> <mailto:antranig.basman at colorado.edu>
> <mailto:antranig.basman at __colorado.edu <mailto:antranig.basman at colorado.edu>>
> <mailto:antranig.basman@ <mailto:antranig.basman@>__colo__rado.edu <http://colorado.edu>
> <mailto:antranig.basman at __colorado.edu <mailto:antranig.basman at colorado.edu>>>> 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>>
>
> <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 :)
>
>
>
>
>
>
>
>
More information about the fluid-work
mailing list