it seems that Views UI doesn't work neigther Firefox-2.x, Firefox-3.0 nor Opera 9.x,
and only IE-6.0 is on the ride.
WTF? :)

errors i can attach if someone needs. In Firefox its some access exception.

CommentFileSizeAuthor
#2 views-firefox-2.0.bug_.png12.33 KBAndrey Zakharov

Comments

aclight’s picture

Status: Active » Postponed (maintainer needs more info)

You're going to have to provide further information, including the error messages you're getting and a detailed description of what you are doing. I exclusively use FF2 and FF3 for Views develoment, and the UI works just fine.

Andrey Zakharov’s picture

StatusFileSize
new12.33 KB

In firefox-2.0.0.14
when i click "Update" on some editing subform, i've got an error in firebug
see attach
and then
browser redirects to http://dp.dr6.localhost/admin/build/views/ajax/display/Portfolio/default... (as example)
and show me insteed of normal views UI:

{ "replace": { "#views-tab-default": "\x3cdiv class=\"clear-block views-display views-display-default\"\x3e\n      \x3cdiv class=\"top\"\x3e\n    \x3cdiv class=\"inside\"\x3e\n      \x3ca href=\"/help/views/display-default?popup=1\" class=\"advanced-help-link\" onclick=\"window.open(this.href, \x26#039;advanced_help_window\x26#039;, \x26#039;width=500,height=500,scrollbars,resizable\x26#039;); return false;\" ......................................................................................
......................................................................................
href=\"/admin/build/views/nojs/config-item/Portfolio/page_1/filter/type\" class=\"views-ajax-link\"\x3eNode: Type\x3c/a\x3e        = Work      \x3c/div\x3e\n      \x3c/div\x3e\n      \x3c/div\x3e\n    \x3c/div\x3e\n  \x3c/div\x3e\n\n\x3c/div\x3e", "#views-tab-title-page_1": "Page" }, "changed": true }
Andrey Zakharov’s picture

In Opera 9.26 (i know :))
i have only this behaviour (see attach)

merlinofchaos’s picture

Does http://dp.dr6.localhost/ match the domain you're on, i.e, were you visiting http://dp.dr6.localhost/admin/build/views/edit/someview ?

Andrey Zakharov’s picture

Priority: Critical » Minor
Status: Postponed (maintainer needs more info) » Fixed

dp.dr6.localhost is my localhost apache virtual server. and that's it all
at 88 port - Apache
at 80 port - nginx with proxy to Apache.

fewwwwwwwww!!! i got it! this bug related to nginx, via
http://dp.dr6.localhost:88/admin/build/views/edit/Portfolio
work fine!!!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

j0rd’s picture

Title: Firefox and Opera support » nginx & views 2 UI returning plain text json on views edit
Version: 6.x-2.0-rc1 » 6.x-2.6
Priority: Minor » Normal
Status: Closed (fixed) » Active

I'm having the same issue with NGINX and Views 2 where when I edit a view, plain text json is returned. I'm sure this has something to do with my NGINX setup, but I can't find any bug reports on it, or solutions except for this thread.

@Vaulter do you mind explaining your solution. I will not be able to proxy my requests to Apache as you have.

Temporary fix:
Submit the form. Get back JSON.
Press back
Submission still worked, but this is ultra annoying and time consuming.

I have a feeling this has to do with mime-types not getting set properly, but not sure how to fix.

dawehner’s picture

@j0rd

Did you solved your issue, if yes please close this issue.

Alternative you could disable views js. The ui still works quite fine without js.

dawehner’s picture

Status: Active » Postponed (maintainer needs more info)

.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

OP's issue was resolved.