openhatch

Issue375

Title widget has no height properties
Milestone later Priority bug
Waiting On Status chatting
Superseder Nosy List Bananeweizen, palhmbs, paulproteus
Assigned To Keywords

Created on 2011-04-13.19:07:31 by Bananeweizen, last changed 2011-07-02.20:29:49 by palhmbs.

Files
File name Uploaded Type Edit Remove
0001-Widget-Height-Fix.patch palhmbs, 2011-04-20.05:45:00 text/x-patch
Messages
msg1635 (view) Author: palhmbs Date: 2011-04-20.05:45:00
A temporary solution: 
Add some height into mysite/profile/templates/profile/widget.html

Attached is a small patch that makes height 280px - possibly breaking things. 

Someone really should make this easily changed through some user input to set
both width and height in mysite/account/templates/account/widget.html
msg1634 (view) Author: palhmbs Date: 2011-04-20.04:57:36
I did look into this briefly, what I found is reported at issue48.
msg1573 (view) Author: paulproteus Date: 2011-04-16.22:06:03
This is an important user interface bug that we should fix.

For whoever's reading this, if you want to fix it, the first thing to do is to
check out what these other widgets are doing right! If necessary, you might want
to simulate embedding the widget in a few HTML pages on your own computer, just
to test out what it looks like.

issue48 is related to this, too, I imagine.
msg1490 (view) Author: Bananeweizen Date: 2011-04-13.19:07:31
The FOSS contribution widget seems to have no height properties. If I embed it
into a netvibes.com HTML container, it is displayed with a height of maybe 30
pixels, so not even the headline is completely visible. I use widgets from lots
of other pages like ohloh.net and they all work fine on netvibes.com, so I
assume the problem is with the openhatch widget.
History
Date User Action Args
2011-07-02 20:29:49palhmbssetmilestone: 0.11.06 -> later
2011-05-28 21:18:51palhmbssetmilestone: 0.11.05 -> 0.11.06
2011-05-07 21:15:15palhmbslinkissue48 superseder
2011-04-30 22:24:42palhmbssetmilestone: 0.11.04 -> 0.11.05
2011-04-20 05:45:00palhmbssetfiles: + 0001-Widget-Height-Fix.patch
messages: + msg1635
2011-04-20 04:57:36palhmbssetassignedto: palhmbs ->
messages: + msg1634
2011-04-19 20:38:41palhmbssetassignedto: palhmbs
nosy: + palhmbs
2011-04-16 22:06:03paulproteussetstatus: unread -> chatting
messages: + msg1573
milestone: 0.11.04
2011-04-13 19:07:31Bananeweizencreate