You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <bl...@incubator.apache.org> on 2012/12/07 16:58:27 UTC

[Apache Bloodhound] #292: Preview panel overlaps add comment box (i.a.o) - after #167

#292: Preview panel overlaps add comment box (i.a.o) - after #167
-------------------+------------------------
Reporter:  olemis  |       Owner:  nobody
    Type:  defect  |      Status:  new
Priority:  major   |   Component:  ui design
 Version:          |  Resolution:
-------------------+------------------------


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  defect     |     Status:  accepted
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by gjm):

 Until there is a proper solution, I suggest that I add the following to
 the site templates/site.html and htdocs/style.css to keep us going:

 {{{
 #!xml
 <html>
   <head py:match="head" py:attrs="select('@*')">
     ${select('*|comment()|text()')}
     <link rel="stylesheet" type="text/css"
           href="${href.chrome('site/style.css')}" />
   </head>
 </html>
 }}}
 {{{
 #!css
 .ticketdraft {
     position: relative;
     z-index: -1;
 }
 }}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:5>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  olemis
      Type:  defect     |     Status:  accepted
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------
Changes (by olemis):

 * owner:  nobody => olemis
 * priority:  major => critical
 * status:  new => accepted
 * cc: olemis+bh@… (added)
 * milestone:   => Release 4


Comment:

 I barely can see workflow actions ... but after a lot of fighting , I can
 finally accept this ticket .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  defect     |     Status:  review
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by gjm):

 Replying to [comment:6 olemis]:
 > Replying to [comment:5 gjm]:
 > > Until there is a proper solution, I suggest that I add the following
 to the site templates/site.html and htdocs/style.css to keep us going:
 > >
 >
 > FWIW , even if web pages look better , many elements are not clickable
 after this temporary solution was applied . It does not solve overlapping
 of modify ticket section either , which is a different effect of the same
 problem mentioned in #289 afaics .

 As I implied, I was not after a proper solution. I have now replaced it
 with some javascript to override the suspect theme.js code based on the
 patch from #289

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:7>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167 (was: Preview panel overlaps add comment box (i.a.o) - after #167)

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+--------------------
  Reporter:  olemis     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+--------------------

Old description:



New description:

 This issue is happening when ticket is already created and dynamic preview
 is rendered . After further insight , it consists of some panels
 overlaping on top of each other .

--

Comment (by olemis):

 #289 seems to be similar . I didn't understand very well what it was about
 so I created a separate ticket since I spotted the issue under different
 circumstances . Besides the problem is not just related to preview box ,
 it also affects modify ticket section ,  and other panels . So maybe we
 can use this ticket to check everything is ok under these particular
 circumstances .

 If they both are essentially the same issue then mark this ticket as
 duplicate . Otherwise , let's fix bugs in here .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+--------------------
  Reporter:  olemis     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+--------------------

Comment (by olemis):

 Replying to [comment:2 rjollos]:
 > Replying to [comment:1 olemis]:
 > > If they both are essentially the same issue then mark this ticket as
 duplicate . Otherwise , let's fix bugs in here .
 >
 > Works for me.

 good to know
 :)

 > This has a fairly significant issue on usability,

 +1

 > so it would be good to get the issue fixed soon.

 I'll take a look at it asap .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  defect     |     Status:  review
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------
Changes (by olemis):

 * owner:  olemis => rjollos
 * status:  accepted => review


Comment:

 Replying to [comment:5 gjm]:
 > Until there is a proper solution, I suggest that I add the following to
 the site templates/site.html and htdocs/style.css to keep us going:
 >

 FWIW , even if web pages look better , many elements are not clickable
 after this temporary solution was applied . It does not solve overlapping
 of modify ticket section either , which is a different effect of the same
 problem mentioned in #289 afaics .

 If [attachment:t289_r1418195_anchor_pos_v2.diff:ticket:289 patch]
 submitted for #289 fixes this issue too (which seems to be the case in my
 local test instance) I suggest to close this ticket as duplicate .

 /me forwarding to rjollos for him to review and confirm if both #289 and
 #292 are ok . Further review might be needed though .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:6>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  defect     |     Status:  closed
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:  duplicate  |   Keywords:
------------------------+-----------------------
Changes (by gjm):

 * status:  review => closed
 * resolution:   => duplicate


Comment:

 As far as I can tell this was a dupe of #289 as suggested.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:9>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+--------------------
  Reporter:  olemis     |      Owner:  nobody
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+--------------------

Comment (by rjollos):

 Replying to [comment:1 olemis]:
 > If they both are essentially the same issue then mark this ticket as
 duplicate . Otherwise , let's fix bugs in here .

 Works for me. This has a fairly significant issue on usability, so it
 would be good to get the issue fixed soon. I believe it will require some
 additions/changes to the CSS, so as a mentioned in the other ticket, I'm
 not the best person to be making those changes (yet ;) , but I will help
 test and get a fix pushed to the repository.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker

Re: [Apache Bloodhound] #292: Preview panel and modify ticket overlap add comment box (i.a.o) - after #167

Posted by Apache Bloodhound <bl...@incubator.apache.org>.
#292: Preview panel and modify ticket overlap add comment box (i.a.o) - after
#167
------------------------+-----------------------
  Reporter:  olemis     |      Owner:  rjollos
      Type:  defect     |     Status:  review
  Priority:  critical   |  Milestone:  Release 4
 Component:  ui design  |    Version:
Resolution:             |   Keywords:
------------------------+-----------------------

Comment (by olemis):

 Replying to [comment:7 gjm]:
 > Replying to [comment:6 olemis]:
 > > Replying to [comment:5 gjm]:
 > > > Until there is a proper solution, I suggest that I add the following
 to the site templates/site.html and htdocs/style.css to keep us going:
 > > >
 > >
 > > FWIW , even if web pages look better , many elements are not clickable
 after this temporary solution was applied . It does not solve overlapping
 of modify ticket section either , which is a different effect of the same
 problem mentioned in #289 afaics .
 >
 > As I implied, I was not after a proper solution. I have now replaced it
 with some javascript to override the suspect theme.js code based on the
 patch from #289

 yes, I understood that was the case . that's why my reply started with
 '''fwiw''' . I was just trying to document these new inconsistencies so
 that other users interacting with the issue tracker be aware of the fact
 and won't create new tickets if they notice such issues , at least while
 this ticket is open and i.a.o is not upgraded accordingly .

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/292#comment:8>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound (incubating) issue tracker