1-6 of 6 < Previous Next >
1 vote
closed

Gimme.query is broken

Most recent checkin to fix an issue with Safari2 broken the CSS Querying Engine for other browsers

id# 9012 | Planned Release: None | Last Updated: Dec 5 2007 at 9:15 PM  by sstchur
1 vote
closed

Gimme.query is slow and should be optimized

Gimme.query is often slow when retrieving elements on a page with a large and complicated DOM structure. This is because Gimme blindly queries backwards and doesn't bother to trim the tree at all....

id# 6153 | Planned Release: None | Last Updated: Oct 16 2007 at 8:54 PM  by sstchur
1 vote

.getScreenPosition and .getPagePosition could be better

The two functions: .getScreenPosition and .getPagePosition might be able to be improved by using some proprietary methods from IE and Mozilla. Currently both implementations rely on the rather bug...

id# 6152 | Planned Release: 1.0 Beta (Belisar) | Last Updated: Sep 6 2007 at 5:59 PM  by sstchur
1 vote
closed

Separate "glitz" from core Gimme

Gimme has an extension model, now that Gimme has been updated to use .prototype. This should be leveraged and all "glitzy", fx-related functions should be moved to gimmefx.js, while the core funct...

id# 51 | Planned Release: 0.1 Alpha | Last Updated: Jun 20 2007 at 4:46 AM  by sstchur
1 vote
fixed

g('E[attr=val') broken

Desc: Gimme by attribute selector broke during the implementation of ComplexGimme(..) Reason: ComplexGimme(..) splits the selector by \s, ~, + and |. But when spaces exist in an attribute value, ...

id# 17 | Planned Release: 0.1 Alpha | Last Updated: Apr 26 2007 at 12:30 AM  by sstchur
1 vote
fixed

Implement ParseComplexSelector(..)

The regular expression used to split up complex selectors is not robust enough. Looks like this is going to need to be parsed manually.

id# 41 | Planned Release: 0.1 Alpha | Last Updated: Apr 26 2007 at 12:27 AM  by sstchur

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-6 of 6 < Previous 1 Next >
Updating...