Author Topic: New code box has a little bug  (Read 2252 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
New code box has a little bug
« on: November 09, 2011, 11:06:29 am »
Before I used to put the Language I used inside the code bb box, [ code = language ].
Now this doesn't work anymore, and it replaces the content of the code box with "Array".

Like this:
Code: (Lua) [Select]
function on.paint(gc)
  gc:drawString("bugged!",10,10,"top")
end

This means that all the code boxes in the entire forum that have the language parameter added don't show their content anymore.

Would be nice if it got fixed ;D

Offline NanoWar

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 140
  • Rating: +18/-6
    • View Profile
Re: New code box has a little bug
« Reply #1 on: November 10, 2011, 03:35:10 am »
That might depend on the theme. I use "v5 (2010)" and it's fine I think.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: New code box has a little bug
« Reply #2 on: November 10, 2011, 04:34:11 am »
I'm using that theme. I noticed that it works on my mobile phone, but not in firefox 7. Strange.