Closed (duplicate)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2010 at 20:46 UTC
Updated:
31 Dec 2010 at 20:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
naxoc commentedWoops, setting status
Comment #2
merlinofchaos commentedThe theme_comment_wrapper was left out on purpose because it is often not desirable. For example, Garland adds text there that you may not want, and cannot get rid of if it is run through that theme. I'd much rather an option in the config of the pane added the anchor or something.
Comment #4
naxoc commentedAn option makes a lot of sense. Here is a patch with that.
The anchor is not on by default because of backwards compatibility. I do think that a lot of modules rely on the fact that the anchor is there though, so maybe it should be on as default?
Comment #5
merlinofchaos commentedPerhaps on by default for new panes, and off by default for already existing panes that have not had the setting?
Comment #6
naxoc commentedGood idea - here is a patch that does that.
Comment #7
merlinofchaos commentedCommitted to D6; needs porting to D7, I'm sure this patch won't apply by itself, or at least, won't work right even if it does.
Comment #8
merlinofchaos commentedAll of the 'to be ported' patches got merged in during the porting sprint in September.