praneybehl / jgraduate

Automatically exported from code.google.com/p/jgraduate
MIT License
0 stars 0 forks source link

Colorpicker doesn't display correctly on Firefox 1.5.x ( SVG-edit ) #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open the colorpicker from the bottom toolbar
--> 
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_opening_colorpicker.j
pg
This is OK

2. Click "Linear gradient"
-->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_selecting_gradient.jp
g
This does not display correctly

3. Click "Begin stop"
--->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_clicking_begin_stop.j
pg
This is OK

4. After choosing a begin stop
-->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_clicking_after_begin_
stop.jpg
This is not OK

5. Click "End stop"
-->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_clicking_end_stop.jpg
This is not OK

6. After choosing an end stop
--->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/ff15012_clicking_after_end_st
op.jpg
This is not OK

7. Click OK to exit the colorpicker
That works! :)

In what browser did you experience this problem? (ALL, Firefox, Opera 10
Alpha, etc)

On Firefox 1.5.0.8 / Windows 2000
On Firefox 1.5.0.12 / Windows XP

On early versions of SeaMonkey 2 (alpha software), the colorpicker also
appears strange, but differently (I think this isn't vastly used anymore,
but it can help figuring out what happens, maybe):

Clicking "Linear gradient" --->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/sm2_old_colorpicker_1.jpg 
(not
OK)
Selecting a begin stop --->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/sm2_old_colorpicker_2.jpg 
(OK)
After choosing a begin stop --->
http://www.corpsmoderne.net/~eve97/vertex/svg-edit/sm2_old_colorpicker_3.jpg 
(not
OK)

In its present state, the screen requires to be of a certain height, so the
user can reach the top "linear gradient" tab of the colorpicker.

Additional information:

This was reported as issue number 164 for SVG-edit:
http://code.google.com/p/svg-edit/issues/detail?id=164 

Original issue reported on code.google.com by worms_...@yahoo.com on 2 Sep 2009 at 6:10

GoogleCodeExporter commented 9 years ago
Fixed in r65 mostly by changing inline-blocks (not supported correctly in 
FF1.5/2.0) 
to floats. Also fixed bug where stops couldn't be moved due to selector not 
working 
properly.

Original comment by adeve...@gmail.com on 4 Sep 2009 at 1:17