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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
naavi's avatar
185
naavi
asked 12 years ago

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 (12 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
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 (12 years ago)
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 (12 years ago)

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 (12 years ago)
see more comments