When looking at the source url for aggregator feeds if they are long they will push the right column as far as necessary to accomodate. This doesn't happen in IE but does in Ffox and perhaps in other browsers. A fix, although there may be others, is to add the following to style.css:

#aggregator .feed-url {
overflow:hidden;
}

Comments

gordon’s picture

Project: Bluemarine » Drupal core
Version: 4.7.x-1.x-dev » x.y.z
Component: Code » theme system
ebw’s picture

funny, that's exactly how i noticed that urls weren't being decoded properly, when my ffox columns slid way to the rhs. i fixed the decoding, which in my case produced the wicked long urls, but not the style.css.

thanks. my fix is in the bug pile.

mbchandar’s picture

can u let me know how to simulate it?

magico’s picture

Priority: Normal » Minor

Without a sample we cannot reproduce it.

ricabrantes’s picture

Version: x.y.z » 7.x-dev

how to reproduce it?? any news or closed??

magico’s picture

Status: Active » Fixed

Too old and without info to reproduce the problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.