[ 
https://issues.apache.org/jira/browse/TAPESTRY-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507765
 ] 

Paul Stanton commented on TAPESTRY-1560:
----------------------------------------

Jesse, i don't understand how I've offended you. It definitely wasn't my 
intention. The early peak is appreciated and I will use it to verify whether 
this bug is still current.

I assume what you're telling me is that you don't intend to provide a 
non-released version of tapestry in the full (non-maven) distribution form (ie 
tapestry-project-4.1.2-full.zip). if that's the case, i'm sure there's a good 
reason. I was merely asking if it might be useful to non-maven users to do so 
.. no belligerence was intended.

in fact, the reason i may have pestered you about the 4.1.2 release is that i 
previously could not find a simple way to test under 4.1.2 without maven. maybe 
there is a way that I haven't found, and if that's the case I apologise for my 
short comings.

i appreciate the work you are doing and am sorry if i come across as a pain in 
the ass.

paul.

> Dojo Dialog initialilsation renders dialog inline before hiding it in firefox
> -----------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1560
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1560
>             Project: Tapestry
>          Issue Type: Bug
>          Components: XHR/dhtml/Ajax
>    Affects Versions: 4.1.1
>         Environment: Tapestry 4.1.1
> Firefox 2.0.0.4
>            Reporter: Paul Stanton
>
> I have 2 dojo dialogs, hidden by default which have been working fine.
> <div jwcid="[EMAIL PROTECTED]" hidden="ognl:true">dialog</div>
> I've now added a component to the page which delays the load time for the 
> page somewhat and in firefox causes a funny render issue for the dialogs.
> The dialog's content is momentarily displayed (inline) at the bottom of my 
> page, and the page's background colour is the transparent grey of the dialog.
> It seems to be only for the short period between when the page is rendered 
> and onload event is triggered. when the page is finished loading it goes back 
> to normal and everything functions fine.
> If I set the style of the dialog to display:none; the dialog does not behave 
> properly, it does not display when dojo.html.show is called on it. This is 
> because dojo caches the initial display setting when it first hides the 
> component.
> I've looked at the code that dojo runs in the onload event hander:
> tapestry.widget.synchronizeWidgetState("myDialog", "Dialog", 
> {"bgColor":"black","bgOpacity":0.4000000059604645}, false);
> dojo.widget.byId("myDialog").hide();}); 

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to