diff options
| -rw-r--r-- | README.xwidget | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/README.xwidget b/README.xwidget index 0e1ebbd3e7e..62c6b23c237 100644 --- a/README.xwidget +++ b/README.xwidget | |||
| @@ -1519,4 +1519,7 @@ Debugger entered--Lisp error: (args-out-of-range "http://platform.twitter.com/wi | |||
| 1519 | ** TODO how to set the name of a webkit buffer? | 1519 | ** TODO how to set the name of a webkit buffer? |
| 1520 | not obvious because, the buffer isn't created immediately and there is | 1520 | not obvious because, the buffer isn't created immediately and there is |
| 1521 | a callback that sets the buffer name automatically | 1521 | a callback that sets the buffer name automatically |
| 1522 | ** TODO how to find next field in tab order?a | 1522 | ** TODO how to find next field in tab order? |
| 1523 | ** TODO unique buffer names | ||
| 1524 | the webkit xwidgets renames the buffer after load but not uniquely so | ||
| 1525 | it sometimes fails. | ||