Blue buttons for forum posts have inactive regions

  2 posts   Feedicon  
Replies: 1 - Last Post: May 11, 2011 01:23
by: dengdai
showing 1 - 2 of 2
 
Posted: February 21, 2009 17:01 by eric_armstrong

In the blue buttons for Post, Preview, and Cancel for a forum post, when you click in the region next to the right of the text, nothing happens. But when you click in the text or to the left off it, the button is pressed.

The bug probably results from this arrangement:

<div class="formButtonContainer"> 
   <div class="formButtonContainer">
       <button class="formButton " ... type="submit">Post</button>
   </div>
   <div class="formButtonEnding"></div>
</div>

For some reason, there are two containers. (Not sure why.)

It seems that the button's start-region is generated in the formButton class, but the end-region can't be generated there, for some reason.

It's not clear to me where the event goes. If it goes to the container, then it may be possible to solve the problem by putting both segments inside a single container, eliminating the extra one.

If the event goes to the "formButton", the problem may not be easily solved since, presumably, the difficulty of tacking on the end region was what caused it to become a separate item in the first place.

 
Posted: February 23, 2009 06:21 by lea_wang
Hi Eric,

Thanks for the heads up. We will take a look at this...

-Lea Wang
The Project Kenai Team
Replies: 1 - Last Post: May 11, 2011 01:23
by: dengdai
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close