Hi ther,
I did some testing with chrome, FF3 and IE7 but the ajax function breaks in IE7.
Its working good in chrome and FF3..
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | Picture 1.png | 60.83 KB | noomz |
Hi ther,
I did some testing with chrome, FF3 and IE7 but the ajax function breaks in IE7.
Its working good in chrome and FF3..
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | Picture 1.png | 60.83 KB | noomz |
Comments
Comment #1
dropchew commentedSorry let me rephrase that. I will post a screencast of it soon as I am not sure how to explain in words
Clean install on Drupal 6.8 with contri-module ajaxcomments only.
Update: screencast uploaded to http://www.youtube.com/watch?v=6-XmEg7_OcA.
Comment #2
skatepark123 commentedI'm having the exact same problem with IE7, but with the 5x version of the module.
Comment #3
neochief commentedOMG, It's the strangest bug I ever seen. Yes, I can reproduce it. Will try to fix today.
Comment #4
bsod commentedsame here, but happens also on FF.
Comment #5
netbear commentedAlso have a problem in IE6, IE7.
The problem is such:
When clicking on the "post comment" link the page is changed, browser goes to comment/reply/nid instead of staying on the same page.
But when the "reply" link is clicked first the link "post comment" becomes ajaxy but always opens comment form not downside of the page but after the last clicked link "reply".
Tested it with two different themes and this behavior is the same in both.
Comment #6
MPiccinato commentedI am also having the same issue. Any updates?
Comment #7
liternet commentedSame here. When clicking on New Comment or Reply in IE7, the browser goes to a new page, comment/reply/nid. Using Drupal 6.9 clean install.
Comment #8
neochief commentedFixed in the latest DEV version. Please, test and tell your results. Thanks.
Comment #9
bsod commentedboth issues still present for me.
Comment #10
neochief commentedbsod, I don't sure what actually do you mean. The issue is related only to IEs — when expanding comment form, textfields dissapears. This bug was fixed by me yesterday by adding hasLayout to comment form. If you see something else in FF, im pretty sure that it's other bug. Please, give me more details, or address to your test installation. At this point, I tested module with all standard themes and it works just fine.
Comment #11
bsod commentedBy telling 'both' I meaned issues from comments #7 and #1. I discovered that issue from #7 is connected with clean url's - ajax comments simply don't work with clean url's turned off. Unfortunately i'm still experiencing issue showed on screencast(wrong comment form placement) also in FF and Safari(with clean drupal installation). And of course on IE. For now i'm not able to show you my site as it is on localhost, but when it will be online i'll let you know.
Comment #12
liternet commentedWell, now when I click on Post New Comment the first time, the form part flashes once, and then reappears. If I click on Post New Comment again, the form closes, and then I can never get it to open again with subsequent clicks. It only flashes, but does not stay open.
See here: http://beta.liternet.ro/node/3
Comment #13
liternet commentedIn my case, clean url is turned on. So, the problem is not clean url being turned off.
Comment #14
neochief commentedYes, thanks for your example, liternet. I was able to reproduce it and fixed it. Wait until new dev. will appears for download (~1 hour) and test again, it's working now (or just checkout from CVS).
Comment #15
neochief commentedAs the bug with IE was fixed, I marking this issue as fixed until any other objection. Please, open another bugs if they are not related to current issue (here's first of them #376048: Not working without clean urls)
Comment #16
neochief commentedThanks guys, finally, with MPiccinato's help I found the reason of weird behavior in FF and other browsers what you talking about. It's totally unrelated to IE, it affects any browser. The problem is described in this issue: #376040: Url analysys doesn't consider the root path. Sorry, I was not able to reproduce bug all of this time, because making all of my development on clear root path within dev. subdomains. Again, thanks, it will be fixed shortly, please track that issue for updates.
Comment #17
noomz commentedI have this bug with IE6. if parent block (div#comments) style is `float`, the page is sloppy. (see attachment)
The workaround for me is to add this line in ajax_comment.js line 335 (in function ajax_comments_close_form):
and add in node.tpl.php
Note that only add this style in css does not work.
Comment #18
noomz commentedSorry, I've forgot to attach screenshot.