You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2009/09/23 09:04:15 UTC

[jira] Resolved: (HUPA-27) no 'grey' css color on windows?

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

Norman Maurer resolved HUPA-27.
-------------------------------

    Resolution: Fixed

Fixed by using the color code.. And Stefano was prolly right ;)

> no 'grey' css color on windows?
> -------------------------------
>
>                 Key: HUPA-27
>                 URL: https://issues.apache.org/jira/browse/HUPA-27
>             Project: JAMES Hupa
>          Issue Type: Bug
>          Components: client
>         Environment: Windows XP, jdk 1.6, gwt 1.7.0
>            Reporter: Roman Ilin
>            Assignee: Norman Maurer
>
> I have got one exception in GWT Log console:
> [ERROR] Unable to load module entry point class
> org.apache.hupa.client.Hupa (see associated exception for details)
> com.google.gwt.core.client.JavaScriptException: (Error): Ungültiger
> Eigenschaftswert.
>  number: -2146827908
>  description: Ungültiger Eigenschaftswert.
>        at com.google.gwt.dom.client.Style$.setPropertyImpl$(Native Method)
>        at com.google.gwt.dom.client.Style$.setProperty$(Style.java:43)
>        at org.apache.hupa.widgets.ui.EnableHyperlink.<init>
> (EnableHyperlink.java:57)
>        at org.apache.hupa.widgets.ui.EnableHyperlink.<init>
> (EnableHyperlink.java:43)
>        at org.apache.hupa.client.mvp.IMAPFolderView.<init>
> (IMAPFolderView.java:77)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.org$apache$hupa$client
> $mvp$IMAPFolderView_IMAPFolderView_methodInjection(transient source
> for org.apache.hupa.client.gin.HupaGinjectorImpl:66)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderView$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:70)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderView$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:76)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderPresenter$Display$_annotation$$none$$
> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
> 237)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderPresenter$Display$_annotation$$none$$
> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
> 241)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderPresenter$_annotation$$none$$
> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
> 433)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
> $apache$hupa$client$mvp$IMAPFolderPresenter$_annotation$$none$$
> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:
> 439)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
> $apache$hupa$client$mvp$MainPresenter$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:305)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
> $apache$hupa$client$mvp$MainPresenter$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:311)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.create_Key$type$org
> $apache$hupa$client$mvp$AppPresenter$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:263)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.get_Key$type$org
> $apache$hupa$client$mvp$AppPresenter$_annotation$$none$$(transient
> source for org.apache.hupa.client.gin.HupaGinjectorImpl:269)
>        at org.apache.hupa.client.gin.HupaGinjectorImpl.getAppPresenter
> (transient source for org.apache.hupa.client.gin.HupaGinjectorImpl:7)
>        at org.apache.hupa.client.Hupa.onModuleLoad(Hupa.java:34)
> I found out that if I change
> org.apache.hupa.widgets.ui.EnableHyperlink    line 57
> from html.getElement().getStyle().setProperty("color", "grey");
> to    html.getElement().getStyle().setProperty("color", "#8d8d8d");
> I changed the color many times. 
> If I set color to 'red' - Hupa works, back to 'grey' - Hupa won't start
> Hupa works as expected.

-- 
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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org