BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...Upgrade from RC2 to RC3 looses buttonsUpgrade from RC2 to RC3 looses buttons
Previous
 
Next
New Post
4/22/2010 9:02 AM
 

I tried restarting IIS and the whole server box. I checked the web.config file for compliance with the latest version.
I tested this on multiple clients with the same results. Here are my repro steps:

  • IE8: Logoff, go to the login page, standard login, click "login" and validation occurs reporting missing content for the 2 fields, fill in username and password, clicking "login" does'nt do anything. Compatibilty mode hasn't any effect.
  • Chrome: Logoff/logon works. Pick the "all issues" of a project, select anything from the "view issues" dropdown, nothing happens.
  • FF: everything seems to work fine.

Let me know if I can help anyway troubleshooting this, I have system and clients available.

Also FCKEditor is broken, the basepath setting seems to have a different behavior:

  • Not setting it defaults with "/FCKEditor", in my case failing for Bugnet is not based on the root ( URL is FQDN/bugnet ).
  • The config that comes with the distribution was "FCKEditor/", failing for the caller is FQDN/bugnet/issues/issuedetail.aspx and the rebase results in FQDN/bugnet/issues/FCKEditor instead of FQDN/bugnet/FCKEditor where the editor is actually located.
  • I fixed it setting the base path to and absolute one but note that RC2 didn't have this issue.

Thank you.

 
New Post
4/22/2010 11:24 AM
 
epinci wrote:

I tried restarting IIS and the whole server box. I checked the web.config file for compliance with the latest version.
I tested this on multiple clients with the same results. Here are my repro steps:

  • IE8: Logoff, go to the login page, standard login, click "login" and validation occurs reporting missing content for the 2 fields, fill in username and password, clicking "login" does'nt do anything. Compatibilty mode hasn't any effect.
  • Chrome: Logoff/logon works. Pick the "all issues" of a project, select anything from the "view issues" dropdown, nothing happens.
  • FF: everything seems to work fine.

Let me know if I can help anyway troubleshooting this, I have system and clients available.

Also FCKEditor is broken, the basepath setting seems to have a different behavior:

  • Not setting it defaults with "/FCKEditor", in my case failing for Bugnet is not based on the root ( URL is FQDN/bugnet ).
  • The config that comes with the distribution was "FCKEditor/", failing for the caller is FQDN/bugnet/issues/issuedetail.aspx and the rebase results in FQDN/bugnet/issues/FCKEditor instead of FQDN/bugnet/FCKEditor where the editor is actually located.
  • I fixed it setting the base path to and absolute one but note that RC2 didn't have this issue.

Thank you.

I can confirm in IE8 that postbacks are not working properly for login and some other controls. I have never seen this before. The basepath issue was because there was a bug before that was fixed so it has changed slightly.

Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/22/2010 11:46 AM
 

I can reproduce the problem. I might have something to do with this!

The login page uses javascript to bind the "enter button" and default focus for the login control.

To bind the correct control (as renderened at runtime) you need to cycle through all control names and get the "proper name" eg( "pnl1$ctrl1$txtLogin")

Here is also the "QuickFind" box in the top right which works similar. ...
To verify this attempt to login with IE8. While still on the login page try a quick search. Notice how OpenID gets all mixed up in all of this too.

IE is obviously incompatible with my technique. I still think our single content form design is the problem.


Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
New Post
4/23/2010 5:13 AM
Accepted Answer 

These changes have been rolled back now and postbacks now work properly in IE again.


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/23/2010 5:20 AM
 

Aye. And with the the fix for the login page I'm now back inshape. :D

Thank you!

 
Previous
 
Next
HomeHomeSupportSupportUpgrading BugNE...Upgrading BugNE...Upgrade from RC2 to RC3 looses buttonsUpgrade from RC2 to RC3 looses buttons


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.