Google Code Exporter
Google Code Exporter
``` Currently the map tag is used for image maps. Maps can also have areas. The map tag renders an anchor, which is wrong in the case of rendering areas....
``` Because WAWAlkbackErrorHandler calls a component (and by the way Seaside-Development currently has no defined dependency on Flow), it doesn't work when an error happens outside a task execution or...
``` Currently it is not possible to configure filters from the web. ``` Original issue reported on code.google.com by `renggli` on 27 Dec 2008 at 12:43
``` After much discussion on the list, rough consensus has emerged around the idea of clarifying the naming and use of encodings in the codecs. The suggestion agreed upon was...
``` This came out of discussion in Issue 338. It would be nice to add two new configuration options to WARenderLoopConfiguration: 1) an option to configure whether a new snapshot...
``` WAUrl really needs to be able to parse and preserve any valid URL. Changes in Issue 550, for example, will now cause it to drop a trailing question mark...
``` Issue 786 (released in 3.1.1) fixed much of the problem with this method, but some issues remain. What steps will reproduce the problem? 1. WAAbstractFileLibrary asSelector: 'beißen' 2. WAAbstractFileLibrary...
``` The problem is that #isolate: depends on WASession's filter state being restored. Unfortunately, the state is restored by the saved Continuation, which isn't looked up until #handleFiltered: (after we...
``` This has come up in the tutorial. If you do html passenger: anObject; id: 'myId' You will lose the passenger. So the question is whether #id: should not support...
``` At least on Pharo WriteStream always copies on #contents even if the position matches the size of the size of the collection. Not copying in such cases would lower...