If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

incorrect display in CHROME

Started by busterbbg, 15 Jun 2016 04:03:45 PM

Previous topic - Next topic

busterbbg

Using Report Studio 10.2, I have a report with 2 blocks in the page body. The top block displays 2 charts the bottom block displays a detail list. It displays properly in IE but in CHROME the bottom block overlays the top block. Need it to work with both browsers.  Any suggestions?

Robl

Add a 2 row 1 column table to the report.
Put the blocks into the table cells.

You might find the table is better at forcing the browsers to format correctly.




Seveman

In my short and horrible experience with Cognos and Chrome the best solution is to tell users that don't want to use iExplorer to use Firefox and still you'll have to deal with some issues.

dougp

I agree with Robl, however...

Cognos is just writing HTML.  Blocks become DIV elements, which should flow just fine.  I'm wondering what properties are set to make them display that way in Chrome.  I would expect Chrome to display it correctly because it follows web standards and IE not to because it doesn't.

Can you reproduce the problem using one of the GOSales databases and upload your report spec?

Robl

I'd hazard a guess that the block is set to a fixed size but the contents are larger than the block.

You could try changing setting about adding scrollbars or clipping content which would probably/possibly fix it.
But, I think it's always good practice to use a table so I went with that solution first.

sdf

does changing the zoom level in Chrome changes anything?

busterbbg

Well I tried all of the suggestions and none of them worked. And for very good reasons, I made a stupid error, I had mistakenly put in 20px for the height of block when I meant to put in 20px for the margin of block.  :-[
So both Robl and dougp were correct.
Robl: the block was set to a fixed size and the content was larger than the block.
dougp: Chrome was displaying it correctly (as I coded it, and therefore showing the overlay). IE was giving a good display on the screen (no overlay) but it was not following the formatting that I had coded.
Sorry for the confusion and thank you all for your help.