Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

v1.5 possible small design bug in function a_list

+1 vote

In v1.5 updated from 1.3 the function: function a_list shows a small bug. Its only relevant for design purposes. Even if a_list is empty there is shown in the source code :

 

<h2>
<span id="a_list_title"></span>
</h2>
 
The title it self is not visible but once one borders the <h2> in the design shows up an empty box.
 
I set back to default and it was still there, but obviously I am not sure if have done something wrong somewhere before. However the source code shows an empty h2 what is as well not a desired practice i would think.
Q2A version: v1.5
asked Dec 21, 2011 in Q2A Core by monk333

1 Answer

0 votes
This was an intended change in behavior, to make it easy to display "1 Answer" if an answer is submitted via Ajax. Is this something that is difficult to work around?
answered Dec 21, 2011 by gidgreen
No, I ll find a way through nested classes. No problem so far. More elegant would be getting rid of the empty <h2>. But this is not urgent at all.