After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662918 - OnlineGlom: Details view needs column spacing
OnlineGlom: Details view needs column spacing
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: OnlineGlom
git master
Other Linux
: Normal normal
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks:
 
 
Reported: 2011-10-28 09:11 UTC by Murray Cumming
Modified: 2011-11-15 22:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Murray Cumming 2011-10-28 09:11:36 UTC
I assume that this is a general problem of no columns spacing, or maybe it is just a problem with the notebooks, but the notebooks are touching in this example:

http://bagu.org:8080/OnlineGlom/#details:document=openismus-film-manager&table=contacts&value=3
Comment 1 Ben Konrath 2011-11-15 22:04:04 UTC
This commit adds a space between the columns:

https://gitorious.org/online-glom/gwt-glom/commit/90b2ff225333945522d9ecb34ef2de13938b2173

It doesn't work perfectly because there's now extra space at the end of the last column. This is caused by a problem with how browsers deal with float based layouts that are defined as percentages. This will be fixed when we move to a table based layout as shown in the mockup from bug #663109 (attached in comment #1).

I'm closing this bug as fixed but feel free to re-open it if you think the problem is not properly solved.