logo

Member
Member
Offline Offline
Posts: 221
[Fixed] New Post in Opera

In Opera, when you're making a new post in a thread that already posts, the other posts appear like this:

http://i44.tinypic.com/rvy7tt.jpg
eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Re: New Post in Opera

Good spot. Has FPSC eoCMS been fully tested in Opera confuser?

Seen a bug? Report it!
Member
Member
Offline Offline
Posts: 221
Re: New Post in Opera

Safari and Chrome do the same thing, and the text box covers up the login box.

Example:

http://i41.tinypic.com/2q0ll3a.jpg

Also, I assume it's known that the message box sticks off the layout?
eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Re: New Post in Opera

This is quite a big issue :S

Seen a bug? Report it!
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: New Post in Opera

Any ideas on how to fix? What about a width % instead of rows/columns?

Please do not PM me requesting support or anything, use the forums, thats what they are here for
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: New Post in Opera

set width 100% in TABLE, and TD
but remember, TABLE must be inside a parent object of required width, or else it will try to stretch across the page

eoCMS Designer
eoCMS Designer
Offline Offline
avatar
Posts: 1290
tbarkass_willamson@hotmail.com
Re: New Post in Opera

Confuser has blocked himself from the site and server. He'll be back on in a bit.

Seen a bug? Report it!
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: New Post in Opera

I was going to ask, but..
nope not fixed yet...

and I still think the Topic Summary should be reversed order, even if that is another option in admin

from what I saw during the skin creation, the Topic Summary table is outside the MainContents panel..

.. arh, looking at the code, this:
Code:
<table cellspacing="1" cellpadding="0" align="center" border="1">
            <tr>
               <td>
                  <table width="100%" cellspacing="0" cellpadding="2" align="center">

needs to be like this:
Code:
<table cellspacing="1" cellpadding="0" align="center" border="1" width=100%>
            <tr>
               <td width=100%>
                  <table width="100%" cellspacing="0" cellpadding="2" align="center">

it may also look better if both these tables are in new TR & TD at the bottom of the table befor the close FORM tag, this ia an aesthetic, have a play

also you must not TRIM lines in a CODE section (they need to have leading spaces as well)

eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 1528
Re: New Post in Opera

Ok can someone confirm these are fixed?

Please do not PM me requesting support or anything, use the forums, thats what they are here for
Member
Member
Offline Offline
Posts: 221
Re: New Post in Opera

Confirmed.
eoCMS Developer
eoCMS Developer
Offline Offline
avatar
Posts: 909
Re: New Post in Opera



yep


Jump to:


0.08 seconds Queries: 13