Forums / Setup & design / Linking to a message in eZ Forums removes top content

Linking to a message in eZ Forums removes top content

Author Message

Henrik Jagels

Wednesday 05 December 2007 4:02:27 am

Hi,

I have a major problem when I use anchors to link to text on a long page. Check out this page:

http://www.uia.no/no/portaler/aktuelt/debattforum/universitetets_rolle_i_regionen#msg35329

(The link to this page is here: http://www.uia.no/no/portaler/aktuelt/debattforum
under "siste svar" (most recent post))

This links to a specific message in a discussion. I thought it should be possible to scroll up to see the whole discussion? As you can see, the top of the webpage is just cut off...

In this forum (yes the forum you are reading now ;), this is not a problem. But clicking on the latest post actually takes you to the start of the topic. I expected to come directly to the latest post when I clicked on it.....

Anyone with some info on this subject ?

Paul Leclercq

Wednesday 05 December 2007 5:11:00 am

Hello,

This is a stylesheet error and not really related to eZpublish.

if you look at the code of your page you will see that your "content" class has overflow set to hidden.

If you de-activate this then you will not get this error anymore. But this will probably impact the rest of the site.

#content {uia.css (line 132)
background:#FFFFFF none repeat scroll 0%;
border-top:1px solid #BAB0A4;
clear:both;
height:100%;
overflow:hidden;
}

Henrik Jagels

Wednesday 05 December 2007 5:22:43 am

Hi Paul,

Thanks for the answer! Just tested and everything works fine if I remove the overflow: hidden.

As you said, this breaks other stuff on our site. But atleast now I know what I need to fix to get this working... ;-) Thanks again!

eZ debug

Timing: Jan 18 2025 03:03:24
Script start
Timing: Jan 18 2025 03:03:24
Module start 'content'
Timing: Jan 18 2025 03:03:24
Module end 'content'
Timing: Jan 18 2025 03:03:24
Script end

Main resources:

Total runtime0.1299 sec
Peak memory usage2,048.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0075 589.0703180.8125
Module start 'content' 0.00750.0060 769.882893.9453
Module end 'content' 0.01350.1164 863.8281522.8750
Script end 0.1299  1,386.7031 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00342.5996200.0002
Check MTime0.00130.9919200.0001
Mysql Total
Database connection0.00080.648110.0008
Mysqli_queries0.087867.54601410.0006
Looping result0.00131.00861390.0000
Template Total0.116189.310.1161
Template load0.00070.545710.0007
Template processing0.115488.773910.1154
Override
Cache load0.00050.390110.0005
Sytem overhead
Fetch class attribute can translate value0.00060.477210.0006
XML
Image XML parsing0.00020.157810.0002
General
dbfile0.00433.3190200.0002
String conversion0.00000.006130.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs