Google Code Exporter

Results 11117 issues of 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....

Priority-Medium
auto-migrated
Type-Defect

``` 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...

auto-migrated
Type-Defect
Version-Seaside3.0
Priority-Critical
Milestone-3.1

``` 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

auto-migrated
Type-Defect
Version-Seaside3.0
Priority-High
Milestone-3.1

``` 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...

Priority-Medium
auto-migrated
Version-Seaside3.0
Type-CleanUp
Milestone-3.1

``` 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...

Priority-Medium
auto-migrated
Type-Feature
Version-Seaside3.0
Milestone-3.1

``` 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...

Priority-Medium
auto-migrated
Type-Defect
Version-Seaside3.0
Milestone-3.1

``` 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...

Priority-Medium
auto-migrated
Type-Defect
Encoding

``` 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...

auto-migrated
Type-Defect
Version-Seaside3.0
Priority-High

``` 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...

auto-migrated
Type-Feature
Priority-Low

``` 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...

auto-migrated
Priority-Low
Type-Performance