Opened 13 years ago
Closed 13 years ago
#5607 closed bug (fixed)
Selectable has helper css hardcoded in JS
Reported by: | ajpiano | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.2 |
Component: | ui.selectable | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Selectable applies a css style to the helper that should be applied by default in CSS.
Reported via twitter, http://twitter.com/e1en0r/statuses/13833271710
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
I've created a possible fix for this, but it introduces a new file for the CSS framework.
http://github.com/ajpiano/jquery-ui/commit/2039ee9d09ba12956ca811936d63e084691b165f
comment:3 follow-up: 4 Changed 13 years ago by
This is the actual fix with the proper files included in the commit.
http://github.com/ajpiano/jquery-ui/commit/01201a331e6e685ca4ac75b981df34fa4e4fbf65
comment:4 Changed 13 years ago by
Replying to ajpiano:
This is the actual fix with the proper files included in the commit.
http://github.com/ajpiano/jquery-ui/commit/01201a331e6e685ca4ac75b981df34fa4e4fbf65
Commented on GitHub. Two code changes and one commit message change needed. Otherwise, looking good. Thanks.
comment:5 Changed 13 years ago by
Milestone: | TBD → 1.8.2 |
---|
This betrays the underlying problem that interaction plugins don't have their own CSS, even though the docs say that they do.