brOOper / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

LocalResourceFileServlet in Google view when selecting an appointment #84

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Google View day view
2. Select an appointment
3. you get an error in the log: 
com.google.appengine.tools.development.LocalResourceFileServlet 

This is because gwt is looking for a SelectedBackgroundImage which is null in 
case of Google view. This file is not found and the browser stays in Read 
from....

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Issue is in class: GoogleDayViewStyleManager
the if(selected).

    if (selected) {

    DOM.setStyleAttribute(elem, "backgroundImage", "url("
                + style.getSelectedBackgroundImage() + ")");
        } else {
            DOM.setStyleAttribute(elem, "backgroundImage", "none");
        }

Original issue reported on code.google.com by gael.fa...@gmail.com on 18 Sep 2010 at 2:43

GoogleCodeExporter commented 8 years ago
Hi,

I will look into the issue today. Seems like something easy to fix. Thanks for 
the feedback.

It is very likely that we will release a new 0.9.x version, I will try to make 
this fix part of such release.

-Best,

Carlos

Original comment by carlos.m...@gmail.com on 28 Mar 2011 at 5:50

GoogleCodeExporter commented 8 years ago
Hey Carlos, I think we already fixed this in trunk. See: 
http://groups.google.com/group/gwt-cal/browse_thread/thread/e060bbc29d0d6765

Original comment by Brad.Ryd...@gmail.com on 28 Mar 2011 at 5:54

GoogleCodeExporter commented 8 years ago

Original comment by Brad.Ryd...@gmail.com on 28 Mar 2011 at 5:55

GoogleCodeExporter commented 8 years ago
Hi,

I'm using gwt-cal for an application. Thanks for it, it is great. I had to
adapt the code for functionalities that could be useful to other gwt-cal
users.
I'd like to be involved in gwt-cal development if I can use it for free in a
commercial application.

Original comment by gael.fa...@gmail.com on 14 Apr 2011 at 3:18

GoogleCodeExporter commented 8 years ago
This is a duplicated issue. This problem was originally logged as issue 114. 
Closing.

See

http://groups.google.com/group/gwt-cal/browse_thread/thread/e060bbc29d0d6765?pli
=1

Original comment by carlos.m...@gmail.com on 17 May 2011 at 1:54