Closed (won't fix)
Project:
Drupal core
Version:
x.y.z
Component:
block.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2005 at 11:55 UTC
Updated:
12 Nov 2006 at 12:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
anders.fajerson commentedComment #2
Uwe Hermann commentedJust curious: You seem to diff against an svn repository. Which? Why? Do these patches apply cleanly and easily to current Drupal CVS HEAD?
Comment #3
anders.fajerson commentedI have a local subversion repositary and I'm too lazy to learn that cvs/diff stuff... sorry to you all.
It could also been seen as a sort of political statement in favour for subversion... :)
Comment #4
drummAny patch in unified diff format is fine, even from SVN. (But please keep your political statements out of the patch queue, we have real work to do.) And this even still applies.
Looks okay, but I'd like some more review on different themes. Looks okay with Bluemarine, but thats not even testing all the themes in core.
Comment #5
gopherspidey commentedThis has been rerolled to HEAD.
I had no bad affect on the core themes that I could tell.
Comment #6
beginner commentedthere is no drupal.css anymore.
Comment #7
gopherspidey commentedbeginner,
Try the patch under comment #5
I tested with HEAD as of tonight the patch under #5 still works with no error.
Comment #8
gopherspidey commentedComment #9
beginner commentedOops. Sorry. I didn't notice that patch.
Thanks for pointing out my mistake.
Comment #10
drummI think this is okay. I'd like to see a review from a css-type, such as Steven or m3avrck.
What type of css layout do themes which need this use?
Comment #11
m3avrck commentedYeah, although this looks ok, I'm not 100% sold on this.
Are there any Drupal themes, whether in core, or that can be downloaded, that exhibit this effect?
Adding position:relative can cause some quirkiness so this needs to be confirmed in all the major browsers as well.
For now, I would say it's just as easy to throw this in your *custom* theme:
I don't see this as a global problem across all themes only specific to certain themes. As such, it's just as easy for those specific themes to add this code.
Undecided if that should be in Drupal or not -- if it doesn't fix any core themes, I'm leaning towards no.
Neil? Steven?
Comment #12
anders.fajerson commentedI'm with m3avrck on this, it could just as well be in the custom theme.
Comment #13
Steven commentedGiven that there is no mention of a single specific theme in this issue that has this problem, I'm marking this as won'tfix.
If the block region markers are being overlapped, then chances are good that other things in the sidebars are being overlapped too. The theme author will have to fix this himself.