GNOME Bugzilla – Bug 161764
[PATCH] caps intersection
Last modified: 2005-02-03 23:56:12 UTC
when intersecting caps a simple loop is used that does not preserve the caps order . Attached is a patch that implements a slightly different algorithm to combine the caps more intelligently.
Created attachment 35039 [details] [review] intersection caps
Caps are not ordered by preference.
OK, so Dave thinks this won't be applied before 0.9 and I tend to agree. I don't think it's really useful in 0.8 anyway, given Dave's comment. Most elements don't pay attention to order and search randomly. Therefore, marking wontfix. Let's do this right in 0.9, including the core support needed for this.