gslender / ofcgwt

Automatically exported from code.google.com/p/ofcgwt
0 stars 0 forks source link

Tooltips quick disapears in Firefox (IE works well) #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a ofcgwt chart in a com.gwtext.client.widgets.Panel
2. Deploy war in a tomcat server
3. Open it in Firefox, the tooltips disapear quickly as they appears on
mouse focus.

What is the expected output? What do you see instead?
Tooltips should stay visible when they get the focus

What version of the product are you using? On what operating system?
- gwt-ext (not GXT) 2.0.4
- gwt 1.5.2
- firefox 3.0.1

Please provide any additional information below.
It works well in IE 6 and hosted mode (from eclipse or from maven-gwt-plugin)

Original issue reported on code.google.com by thomas.bruyelle@gmail.com on 4 Sep 2008 at 4:35

GoogleCodeExporter commented 9 years ago
Use ofcgwt-beta6

Original comment by thomas.bruyelle@gmail.com on 4 Sep 2008 at 4:39

GoogleCodeExporter commented 9 years ago
I can't think of anything really in OFCGWT that would be impacting the chart 
display 
of tooltips differently from IE vs FF. To help test and confirm this, can you 
provide 
a copy of the JSON output.

Original comment by gslen...@gmail.com on 4 Sep 2008 at 8:50

GoogleCodeExporter commented 9 years ago
Here the Json for a pie chart :

{
    "title": {
        "text": "",
        "style": "font-size: 14px; font-family: Verdana; text-align: center;"
    },
    "bg_colour": "#ffffff",
    "elements": [
        {
            "type": "pie",
            "tip": "#label# #val#<br>#percent#",
            "values": [
                {
                    "value": 14,
                    "label": "SABRE"
                },
                {
                    "value": 269,
                    "label": "WOTIF"
                },
                {
                    "value": 25,
                    "label": "WORLDSPAN"
                },
                {
                    "value": 110,
                    "label": "HOTEL DE"
                },
                {
                    "value": 81,
                    "label": "hrs.com"
                },
                {
                    "value": 4,
                    "label": "CMNet"
                },
                {
                    "value": 534,
                    "label": "Pegasus Solutions"
                },
                {
                    "value": 60,
                    "label": "BOOKINGS"
                },
                {
                    "value": 61,
                    "label": "KELKOO"
                },
                {
                    "value": 6,
                    "label": "APOLLO/GALILEO"
                },
                {
                    "value": 290,
                    "label": "AMADEUS"
                }
            ],
            "animate": true,
            "gradient-fill": true,
            "alpha": 0.600000023841858,
            "no-labels": true,
            "colours": [
                "ff0000",
                "00ff00",
                "0000ff",
                "990066",
                "DC143C",
                "FF9900",
                "DEB887",
                "D2691E",
                "DC143C",
                "9932CC",
                "FFD700",
                "008000",
                "3399CC",
                "BBCCED",
                "FFFF00",
                "3399CC",
                "80C65A",
                "FFCC33",
                "CC33FF",
                "33FFCC",
                "006699",
                "8FBC8F",
                "669900",
                "0099FF",
                "90EE90",
                "800000",
                "6B8E23",
                "87CEEB",
                "FF6347"
            ]
        }
    ]
}

Original comment by thomas.bruyelle@gmail.com on 5 Sep 2008 at 7:50

GoogleCodeExporter commented 9 years ago
I've not been able to reproduce. What version of FF and Flash have you 
installed, and 
what platform are you testing it on.

Also, is it possible to describe with more detail exactly what is going wrong 
as I'm 
unsure if I'm fully understanding the problem. Does this problem exist with the 
OFC 
demo charts shown on http://teethgrinder.co.uk/open-flash-chart-2/

Original comment by gslen...@gmail.com on 5 Sep 2008 at 10:00

GoogleCodeExporter commented 9 years ago
I'm using FF 3.0.1 and Flash 9.0.124.0 (lastest I think)

The problem didn't occur in demos from 
http://teethgrinder.co.uk/open-flash-chart-2/
 or from http://code.google.com/p/ofcgwt/ (also extJs demo).

It may be caused by gwt-ext framework...

Original comment by thomas.bruyelle@gmail.com on 5 Sep 2008 at 10:08

GoogleCodeExporter commented 9 years ago
Unfortunately, without a test example that is reproduces the bug, its hard for 
me to 
know what might be the issue (it could very well not be OFCGWT but related to 
the OFC 
chart flash)

Original comment by gslen...@gmail.com on 5 Sep 2008 at 10:12

GoogleCodeExporter commented 9 years ago
I didn't manage to reproduce it in a simple test case, like adding a ofcgwt 
chart in
a global Panel.
It seems its caused by the integration of charts in complex layouts of multiple
panels (not sure my sentence looks good in english ;-)).

Original comment by thomas.bruyelle@gmail.com on 5 Sep 2008 at 2:31

GoogleCodeExporter commented 9 years ago
As I can't reproduce, and without an example to test against, I'll have to close
this. If you can provide a test case then I'll re-open this issue and try to 
fix it.

Regards,
Grant

Original comment by gslen...@gmail.com on 5 Sep 2008 at 11:15