Forums / Install & configuration / A small firefox 3 problem of web interface in eZ Publish4

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?

eZ debug

Timing: Jan 18 2025 05:16:35
Script start
Timing: Jan 18 2025 05:16:35
Module start 'content'
Timing: Jan 18 2025 05:16:36
Module end 'content'
Timing: Jan 18 2025 05:16:36
Script end

Main resources:

Total runtime1.0992 sec
Peak memory usage4,096.0000 KB
Database Queries267

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0108 590.5078180.7891
Module start 'content' 0.01080.9382 771.2969962.6172
Module end 'content' 0.94900.1501 1,733.9141362.5469
Script end 1.0991  2,096.4609 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00450.4062210.0002
Check MTime0.00160.1487210.0001
Mysql Total
Database connection0.00180.163910.0018
Mysqli_queries0.940785.58302670.0035
Looping result0.00330.29572650.0000
Template Total1.044695.020.5223
Template load0.00290.260920.0014
Template processing1.041894.775420.5209
Template load and register function0.00020.021610.0002
states
state_id_array0.00130.122610.0013
state_identifier_array0.00120.113420.0006
Override
Cache load0.00250.23181200.0000
Sytem overhead
Fetch class attribute can translate value0.00160.142490.0002
Fetch class attribute name0.00180.1668230.0001
XML
Image XML parsing0.00510.466690.0006
class_abstraction
Instantiating content class attribute0.00010.0054280.0000
General
dbfile0.00880.8000510.0002
String conversion0.00000.000730.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
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
18content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
13content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
26content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
10content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 70
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs