Revision 19539,
1.5 KB
checked in by ghudson, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r19538,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | FIXME: This list is incomplete. |
---|
2 | |
---|
3 | Table problems |
---|
4 | -------------- |
---|
5 | |
---|
6 | - ROWSPAN/COLSPAN does not (always) work. |
---|
7 | |
---|
8 | * Form problems |
---|
9 | --------------- |
---|
10 | |
---|
11 | - Resizing messes up forms, and then scrolling behaves erratically. |
---|
12 | |
---|
13 | - Entries and buttons are not responsive to mouse clicks. |
---|
14 | |
---|
15 | * Misc problems |
---|
16 | --------------- |
---|
17 | |
---|
18 | - The API needs some loving. (FIXME: come up with a list of things |
---|
19 | that are ugly/broken/etc.) |
---|
20 | |
---|
21 | - We might want to speed up redraw on expose. |
---|
22 | |
---|
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 |
---|
25 | |
---|
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 :-) |
---|
32 | |
---|
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) |
---|
37 | |
---|
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. |
---|
41 | |
---|
42 | * Editor bugs |
---|
43 | ------------- |
---|
44 | |
---|
45 | - Setting the paragraph style in a region is kind of broken in many |
---|
46 | cases. |
---|
47 | |
---|
48 | - Pasting misbehaves in some cases. |
---|
49 | |
---|
50 | - The amount of scrolling performed by PageUp/PageDown is not correct. |
---|
Note: See
TracBrowser
for help on using the repository browser.