Closed (duplicate)
Project:
Colorbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2010 at 01:56 UTC
Updated:
4 Mar 2011 at 08:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
frjo commentedCommitted to 7-dev, thanks for the suggestion!
I instead added "initialWidth:200, initialHeight:200" this just makes the animation when the Colorbox opens looks nicer for small boxes like the login form.
Comment #2
fenda commentedIs this really fixed?
When using "User login block" I am getting the attached result:
Comment #3
fenda commentedComment #4
frjo commentedDit you a CVS checkout? If not you where simply to quick, dev releases is rebuilt only every 6 or 12 hours I believe.
Comment #5
fenda commentedI've re-downloaded both the latest dev and beta 9 (D6). Both have the same result.
Using the default 'user login' fits fine in the colorbox. But using 'user login block', I'm getting the result I posted in the previous comments attachment.
Is this just me? If so, it might be an issue with my custom themed user login block.
Update:
Using 'user login' setting and adding the below CSS to my style reproduced this issue. (Horizontal scrollbar appeared)
#user-login {
width: 400px;
}
Comment #6
fenda commentedComment #7
juves commented"December 3, 2010" version works fine for me
Comment #8
fenda commentedAre you using D7 or D6?
Comment #9
juves commentedI just have update Colorbox to latest dev, it works also fine on D7
Comment #10
Strutsagget commentedI have the same problem bur solved it with adding padding to the input form elements. Drupal v6
In my colorbox css i added these lines.
#edit-pass-wrapper.form-item input, #edit-name-wrapper.form-item input{
width: 200px;
}
#edit-submit.form-submit, #edit-name-wrapper.form-item, #edit-pass-wrapper.form-item{
margin-bottom:10px;
padding-right: 20px;
}
Comment #11
frjo commentedThe "User login block" option doesn’t work well and will be removed. Instead a option to add the Create account and Lost password links to the standard form will be added.
See patch http://drupal.org/node/1080372#comment-4167406