First time here? Check out the FAQ!
0

No border around editor/textarea

I see that in my latest (0.7.42) installation of askbot through pip, I couldn't see the blue border around the textarea. Is it a feature or bug?

screenshot: https://dl.dropbox.com/u/14319084/ab.png

naavi's avatar
185
naavi
asked 2012-06-07 08:18:57 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Btw, just to let you know - we are not supporting previous versions, we're just making new releases so in this case it will be best if you upgrade.

Evgeny's avatar Evgeny (2012-06-07 11:36:30 -0500) edit
add a comment see more comments

1 Answer

0

It is not the latest version, maybe you can try upgrading? We don't have that issue in the current version AFAIK.

Evgeny's avatar
13.2k
Evgeny
answered 2012-06-07 11:35:01 -0500
edit flag offensive 0 remove flag delete link

Comments

So pip doesn't hold the most latest release of askbot? I did " pip install askbot --upgrade" and It returned "Requirement already up-to-date: askbot in ./lib/python2.7/site-packages"

naavi's avatar naavi (2012-06-08 18:00:38 -0500) edit
1

There must be a problem with your pip. Perhaps you could delete all traces of askbot and install again. A copy might be hiding in a "build" directory. Are you using a virtual environment? If yes - you could just rebuild the whole environment with the new version of askbot and just copy the settings.py and any uploaded files from the old version.

Evgeny's avatar Evgeny (2012-06-08 18:17:02 -0500) edit

You were right Evgeny. I recreated my virtual environment (this time with stock python 2.6) and pip downloaded the latest version. Thanks.

naavi's avatar naavi (2012-06-10 06:58:29 -0500) edit
add a comment see more comments