Jump to content

Column Height problem?


roytam1

Recommended Posts

In Web UI 0.2, the column height is too high.

Screenshot:

i.cool.ne.jp/clspaste01/ut-webui-height.png

Auto-update doesn't work.

Test environment:

Firefox 1.5.0.2

Javascript console outputs:

Warning: reference to undefined property this.tables[id]
Source File: http://localhost:60000/gui/script.js
Line: 1348
Error: t.cols[ind - 1] has no properties
Source File: http://localhost:60000/gui/script.js
Line: 1777

Opera 9.0 build 8372 / IE 6.0.2800.1106 doesn't have such problem.

And, Is Column resizing still disabled in 0.2?

Link to comment
Share on other sites

What browser?

And yes it is.

Firefox 1.5.0.2

And, in Opera 9.0 build 8372 the context menu can't be popuped.

And the "Files" tab in Firefox 1.5.0.2 doesn't show anything.

Notice: tested with localhost having problems above.

with external IP without any problems.

Link to comment
Share on other sites

The Opera thing is known already, and it's an Opera problem. You can allow the menu to pop up (Preferences > Advanced > Content > JavaScript options > Allow script to receive right clicks -- the one in site preferences is useless and doesn't work), but the main Opera context menu will still show on top of it. If you click somewhere else, like the browser's title bar, the Opera context menu will disappear and you'll see the WebUI context menu.

As for the Firefox thing... Not happening here. What extensions are you using?

Link to comment
Share on other sites

The Opera thing is known already, and it's an Opera problem. You can allow the menu to pop up (Preferences > Advanced > Content > JavaScript options > Allow script to receive right clicks -- the one in site preferences is useless and doesn't work), but the main Opera context menu will still show on top of it. If you click somewhere else, like the browser's title bar, the Opera context menu will disappear and you'll see the WebUI context menu.

As for the Firefox thing... Not happening here. What extensions are you using?

First at all, thanks for the info about Opera & context menu.

And about Firefox, it is nothing related to any extension but related to pref settings:

user_pref("font.default", "sans-serif");
user_pref("font.default.x-central-euro", "sans-serif");
user_pref("font.default.x-western", "sans-serif");
user_pref("font.language.group", "zh-CN");
user_pref("font.minimum-size.x-unicode", 12);
user_pref("font.minimum-size.x-western", 0);
user_pref("font.minimum-size.zh-CN", 12);
user_pref("font.minimum-size.zh-HK", 9);
user_pref("font.minimum-size.zh-TW", 12);
user_pref("font.name.monospace.ja", "MS MGothic Ex+");
user_pref("font.name.monospace.ko", "GulimChe");
user_pref("font.name.monospace.x-cans", "Courier New");
user_pref("font.name.monospace.x-user-def", "Courier New");
user_pref("font.name.monospace.x-western", "Courier Std");
user_pref("font.name.monospace.zh-CN", "SimSun");
user_pref("font.name.monospace.zh-HK", "MS MGothic Ex+");
user_pref("font.name.monospace.zh-TW", "MS MGothic Ex+");
user_pref("font.name.sans-serif.ja", "MS PGothic Ex+");
user_pref("font.name.sans-serif.x-cans", "Arial");
user_pref("font.name.sans-serif.x-user-def", "Arial");
user_pref("font.name.sans-serif.x-western", "Myriad Pro");
user_pref("font.name.sans-serif.zh-CN", "Microsoft YaHei");
user_pref("font.name.sans-serif.zh-HK", "MS PGothic Ex+");
user_pref("font.name.sans-serif.zh-TW", "MS PGothic Ex+");
user_pref("font.name.serif.ja", "MS PMincho");
user_pref("font.name.serif.ko", "Batang");
user_pref("font.name.serif.x-cans", "Times New Roman");
user_pref("font.name.serif.x-user-def", "Times New Roman");
user_pref("font.name.serif.x-western", "Minion Pro");
user_pref("font.name.serif.zh-CN", "SimSun");
user_pref("font.name.serif.zh-HK", "MS PMincho");
user_pref("font.name.serif.zh-TW", "MS PMincho");
user_pref("font.size.fixed.ja", 12);
user_pref("font.size.fixed.zh-CN", 12);
user_pref("font.size.fixed.zh-HK", 12);
user_pref("font.size.fixed.zh-TW", 12);

These settings cause the problem of the pic.

Link to comment
Share on other sites

Are you sure? I haven't gotten any of those errors in the JavaScript Console, and I'm fairly sure font preferences couldn't possible cause such errors... Now, I don't think those errors are causing the height issue, but if you do have those errors, there must be something else wrong, and that something else might also be the cause of this problem.

Link to comment
Share on other sites

Are you sure? I haven't gotten any of those errors in the JavaScript Console, and I'm fairly sure font preferences couldn't possible cause such errors... Now, I don't think those errors are causing the height issue, but if you do have those errors, there must be something else wrong, and that something else might also be the cause of this problem.

100% sure. because it still doesn't work even in firefox's safe mode, and I deleted the lines I mentioned in pervious post and the problem is gone again.

Link to comment
Share on other sites

Er, I still can't figure out why fonts would cause such problems. After all, those fonts aren't even used, and sans-serif is the last alternative used behind Tahoma, Verdana, Arial, and Helvetica, and sans-serif is the only one that you can configure...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...