Updated Esperanto translation
[gtkhtml.git] / BUGS
blob9ec80b20925eb4950e052d619595e4f7dcc4d072
1 FIXME: This list is incomplete.
3 Table problems
4 --------------
6 - ROWSPAN/COLSPAN does not (always) work.
8 * Form problems
9 ---------------
11 - Resizing messes up forms, and then scrolling behaves erratically.
13 - Entries and buttons are not responsive to mouse clicks.
15 * Misc problems
16 ---------------
18 - The API needs some loving.  (FIXME: come up with a list of things
19   that are ugly/broken/etc.)
21 - We might want to speed up redraw on expose.
23 - If a page renders with a link under the cursor, the link cannot be
24   clicked unless you move the cursor off the link and then back on
26 - Remaining Memory leaks:
27    * new_context in gdk_pixbuf - loader need to be fixed to know when
28      to stop, send animation_done and free context
29    * sometimes there are some lost TextSlaves
30    * leak in test_cb - don't worry about it, it is only debugging stuff
31    * any more? sure :-)
33 - We store images in ImageFactory by name and not by complete URL, so when
34   you have equaly named images on different sites, we don't load new ones
35   and happily using old "incorrect" ones (try freshmeat.net and
36   then helixcode.com and you will see what I am talking about)
38 - `html_object_draw_background()' can be very slow sometimes.  This
39   makes selection very very slow.  Look at http://www.breakupgirl.com/
40   for an example.
42 * Editor bugs
43 -------------
45 - Setting the paragraph style in a region is kind of broken in many
46   cases.
48 - Pasting misbehaves in some cases.
50 - The amount of scrolling performed by PageUp/PageDown is not correct.