Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Problem with forum software (inserting blanks, searching)

$
0
0
Hi Isomorphic,

whenever I have a problem the first thing I do is to look in the forums. When looking for older posts of my own, I noted several times that I can't find them sometimes.
Now I check on an arbitrary thread (http://forums.smartclient.com/showth...ight=exception) whether it shows up for the words in the text. Here the result:
  • com.smartgwt.client.widgets.Button.getOrCreateRef( Button.java:104) - no (no space before Button, also not when entering this message)
  • com.smartgwt.client.widgets.Button.getOrCreateRef( Button.java:104) - no (space before Button)
  • getOrCreateRef - no
  • java.lang.AssertionError - yes
  • AssertionError - no
  • appreciated - yes
  • complaining - yes
  • separators - yes
  • addButton - no
  • toolStrip.addButton(button); - yes
  • java.lang.reflect.Method.invoke(Method.java:597) - yes
  • com.google.gwt.dev.shell.MethodAdaptor.invoke(Meth - no, but others found where they look the same(?!?)
  • com.google.gwt.dev.shell.MethodAdaptor.invoke(Meth odAdaptor.java:103) - no, but others found where they look the same (space inside)
  • com.google.gwt.dev.shell.MethodAdaptor.invoke(Meth odAdaptor.java:103) - none found, same problem as first in list (no space inside, also not when writing this post)

I think what's happening here is that the forum software encapsulates search strings in spaces, which is no good idea when looking for stack traces.
Also, when not in CODE-blocks, it inserts a space after 50 characters without a space, which is very confusing.

Could you have a look if you can disable these functions or if these are bugs in the forum software used?

Woudn't it be possible (and great!) to have a (read-only) forum search based on SmartGWT?

Best regards,
Blama

Viewing all articles
Browse latest Browse all 4756

Trending Articles