Log in if you have an account.
Otherwise, register for an account.
For more details, please visit the How This Site Works page.

Hi folks,
While I think I understand why you added this new feature to more easily add a new card (I've seen many new users struggle with how to add a card), I'm afraid your implementation introduced a different usability issue.
The problem is that this new bar covers or obscures content in the browser because it appears over the top of the last line in the browser (I primarily use Chrome on a Mac). I've run into this in a couple different scenarios:
1. Using the browser's Find feature when the page is longer than the scrollable region or viewport. When the Find finds an occurance of the term not in the viewport, it auto-scrolls to that term such that it is displayed in the last line of the viewport... which puts it directly behind the Mingle Add Card Footer bar. At first I thought the browser find was broken...
2. When editing a page in Mingle and I entering content at the bottom (e.g. entering results of acceptance tests at the bottom of a card), again the last line of the viewport is covered. The workaround is to click outside the textedit box and scroll the browser window's viewport down, and then click back into the textedit box to resume typing (but this is pretty lame when you're a keyboard user).
Not sure what your options are for fixing this, but seems like it should be possible.
Oh, I also tried to just turn this new Add card bar off (the usability issues outweigh its benefits to me), but could not find a way to do that.
Thanks for listening / fixing this,
-m
If I use Firefox 3 to do the following actions...
...it works but I am sent to an "Address not found" error page. An example of a URL I am redirected to after creating a new project called "Job Allocations" is:
http://mingle.crossroads.org.hkhttp%3a%2f%2fmingle.crossroads.org.hk%2fprojects%2fjob_allocations/
A little video of me creating a new card property with the same effect is at http://www.screencast.com/t/AUhZJH6h
The same actions taken using Google Chrome don't redirect at all (I stay on the same page as though nothing has happened). If I then click the "create" button again I am still on the same page but I get status messages at the top as shown in this screen grab

Any ideas what is causing this? The only idea I've had is that something is mangling URLs along the way. We have Mingle behind Apache. The rewrite rule in Apache is
RewriteRule ^/(.*)$ http://localhost:9100/$1 [P,QSA,L]
Thanks for any help you can provide
We cannot get Mingle to save to a team favorite a change to the columns of the favorite. I've tried everything... You can Add Columns (via Add/Remove Columns button, then Apply) but when you try to save the view it ignores your column settings. It may be it only allows a certain number (and decides for me which), but it's a real bug. Two of us fought it for 10 minutes today -- it ignores our column changes when we save.
Hmmm, just set up a new Mingle 3.4 instance on Windows/Oracle64 and when I create a new project based on the Agile Hybrid Template, I can't view any card properties. It fails out with the following error message:
We apologize for the inconvenience.
You should be able to continue work by returning to the projects page or you may prefer to sign out and sign in again.
Logging out and back in doesn't make a difference...
Seen this before or have some hints to provide?
C
I've tried to embed an img tag in a Mingle wiki page by specifying the HTML for the image as below:
<img src="http://some-server.co.uk/*.*" />
Mingle unfortunately mangles the URI when this is presented, such that this appears as the HTML:
<p>img<img src="http://some-server.co.uk/<strong>.</strong>” /></p></p>
This obviously doesn't work. Apart from the extra p tags the URI has been altered and the HTML is not valid. It seems to be the *.* part of the URI that causes the problem, as this:
<img src="http://some-server.co.uk/" />
produces this (valid) HTML:
<p><img src="http://some-server.co.uk/" /></p>
This is preventing me from showing a useful dashboard of metrics presented using the api of an external system within the wiki.