A small firefox 3 problem of web interface in eZ Publish4

Author Message

Wei Dai

Sunday 22 June 2008 8:06:31 pm

Hi,
Does anyone noticed that in firefox 3, the top links on the home page are dislocated? I mean the login, register and site map links. It is may because the css has some problem with the new firefox3? On other browser, they seem ok, such as in Opera9.5, IE7 and Safari.

Certified eZ Publish 4 developer looking for develop information & collaboration.

Łukasz Serwatka

Monday 23 June 2008 1:05:53 am

Hi,

This issue was fixed in the upcoming new version of maintenance releases. Try 4.0.1rc1.

1. Go to eZ Publish extension folder
2. Remove ezwebin (make a backup is case you changed files there!)
3. Do svn export
svn export http://svn.ez.no/svn/extensions/ezwebin/stable/1.3/packages/ezwebin_extension/ezextension/ezwebin/ ezwebin
4. Clear the cache

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Wei Dai

Monday 23 June 2008 3:47:37 am

I just did a SVN export, and clear cache. But it seems has no effect. Same as before.

Certified eZ Publish 4 developer looking for develop information & collaboration.

André R.

Monday 23 June 2008 4:17:31 am

Did you press f5 in your browser? (refreshing browser cache)

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Wei Dai

Monday 23 June 2008 7:28:26 pm

I have re-done it again. And yes of course I refreshed the browser.

It is odd that it fixed on linux server but it is the same on windows.

Certified eZ Publish 4 developer looking for develop information & collaboration.

Pierre T.

Wednesday 23 July 2008 1:00:42 am

Thanks a lot for this fix but how can we do if we don't have access to a shell ? Only ssh/ftp access.

Could you detail the steps to follow to fix this issue without update via svn ? Modifying a template file or something like that for example...

Wei Dai

Wednesday 23 July 2008 7:25:23 pm

You can export to a temp folder on your local. Then, after delete and hose keeping your server, just upload the webin extension via ftp to your server.

Certified eZ Publish 4 developer looking for develop information & collaboration.

Pierre T.

Thursday 24 July 2008 5:56:55 am

I'm a windows user... how can I do a svn export ?
Thanks for your support!

[EDIT] Here we go : http://www.syntevo.com/smartsvn/download.html and add the svn url ^^

André R.

Thursday 24 July 2008 11:14:16 am

If your on windows you can use this:
http://tortoisesvn.tigris.org/

Then right click in any folder to checkout a svn copy, then right click on the folder that is created to export / update / commit (if you have commit access) and so on.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Tommy Boy

Monday 28 July 2008 4:10:09 am

why is all so complicated? I have a Mac and the tool to make svn is difficult to use.
please upload the svn package.

------------------------------------------------------------------
*Hancock 2008: U are all idiots

Kaustav Bhattacharya

Monday 28 July 2008 6:01:58 am

Tommy Boy,

There is a very nice SVN tool for Mac called svnX. It's freely available at:

http://www.lachoseinteractive.net/en/community/subversion/

Enjoy!

Kaustav

Tommy Boy

Monday 28 July 2008 8:09:15 am

I don't wont this "nice" svn tool. I don't wont to install anything. It is not possible to upload a correct version of the ezwebin package.

------------------------------------------------------------------
*Hancock 2008: U are all idiots

André R.

Tuesday 29 July 2008 2:01:43 pm

Of course, we actually do that on every stable release. Its just that, this isn't in a release yet..

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

André R.

Wednesday 30 July 2008 12:59:27 am

For those that don't have access to svn, here's the diff for that specific svn commit:

Index: extension/ezwebin/design/ezwebin/stylesheets/pagelayout.css
===================================================================
--- extension/ezwebin/design/ezwebin/stylesheets/pagelayout.css	(revision 2392)
+++ extension/ezwebin/design/ezwebin/stylesheets/pagelayout.css	(revision 2945)
@@ -31,8 +31,8 @@
     list-style-type: none;
     list-style-image: none;
     padding: 0;
-    display: inline;
-    margin-left: 1em;
+    margin: 0;
+    float: left;
     background-image: none;
 }
 
@@ -62,6 +62,16 @@
     font-size: 0.85em;
 }
 
+div#languages ul li
+{
+    margin-left: 8px;
+}
+
+div#languages a
+{
+    padding-right: 2px;
+}
+
 div#links
 {
     background-image: url(../images/header_bg_right.png);
@@ -77,6 +87,11 @@
     width: 75%;
 }
 
+div#links ul li
+{
+    float: right;
+}
+
 div#links a
 {
     color: #515346;
@@ -81,10 +96,8 @@
 {
     color: #515346;
     border-left: 1px solid #CECEC2;
-    display: block;
-    float: right;
-    padding-left: 0.75em;
-    padding-right: 0.75em;
+    padding-left: 8px;
+    padding-right: 8px;
     height: 18px;
 }	
 

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Olivier Moreau

Monday 04 August 2008 8:24:07 am

Hi everybody,

This might not be very clean but it's fast and easy.
Just add at the end of your classes-colors.css :

/* =Bug Firefox 3 ============*/
div#languages
{
background-image: url(../images/header_bg_left.png);
background-position: bottom left;
background-repeat: no-repeat;
float: left;
clear: left;
width: 24%;
height: 25px;
font-size: 0.85em;
}

div#languages ul li
{
margin-left: 8px;
}

div#languages a
{
padding-right: 2px;
}

div#links
{
background-image: url(../images/header_bg_right.png);
background-position: right bottom;
background-repeat: no-repeat;
float: right;
clear: right;
text-align: right;
padding-right: 0;
font-size: 0.9em;
font-weight: bold;
height: 25px;
width: 75%;
}

div#links a
{
color: #515346;
border-left: 1px solid #CECEC2;
padding-left: 8px;
padding-right: 8px;
height: 18px;
}

div#links ul li
{
float: right;
}

/*=Bug end Firefox 3 ============*/

Wei Dai

Tuesday 05 August 2008 4:06:39 am

Hi, does webinterface 1.3 works on eZ Publish 3.9.4? Thanks.

Certified eZ Publish 4 developer looking for develop information & collaboration.

Olivier Moreau

Tuesday 12 August 2008 3:02:24 pm

My plan to just add at the end of your classes-colors.css is NOT good ! sorry.
You fix the bug in Firefox 3 but you create one in IE7...
You must modify /var/www/html/yccp-case-pilote-org/extension/ezwebin/design/ezwebin/stylesheets/pagelayout.css
as explained by André R.

Jianjun Hu

Tuesday 12 August 2008 4:12:07 pm

I meet the same problem. Thanks!

onlyblue

☆..·°∴°.☆°°.☆°.
°∴ °☆ .·enjoy star° .·★°∴°
∴°.°★ .·°
  ミ☆°∴°.★☆° ∴·°
°.☆° .·∴° 

Is it a pleasure after all to practice in due time what one has learnt?

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.