Under 3.x-beta 1.... I have no content in user zone 1. I have it checked to be rendered even if empty.
I have a search box and a couple of other things in user zone 2 that are displayed in that zone appropriately.

Upgrade to 3.x beta 2... All the content from user zone 2 appears left justified in user zone 1. Its as if the user zone 1 is not being rendered when empty.

Downgrade back to 3.x beta 1 ... converts back to proper operation as described above.

CommentFileSizeAuthor
#2 beta 1.jpg55.91 KBjefdrupal
#2 beta 2.jpg45.59 KBjefdrupal
#2 beta 2 grid enabled.jpg63.05 KBjefdrupal
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fubhy’s picture

Status: Active » Closed (cannot reproduce)

Hmm.. So basically you are saying that "Force render" on a region doesn't work, right? I've just tested that on my local install and I cannot reproduce that.

Please check that, after upgrading, the "Force render" checkbox is still checked. Re-save your theme-settings to be sure. Feel free to reopen this with further information (and screenshots) if this problem persists.

jefdrupal’s picture

Status: Closed (cannot reproduce) » Active
FileSize
63.05 KB
45.59 KB
55.91 KB

Did the on-off force render, save, and it did not fix the problem.

Beta 1 is from beta 1 = correct behavior.
Beta 2 is from beta 2 = not correct. Only change made was installing beta 2
Beta 2 grid enabled = shows what is correct behavior after enabling debuggin, but reverts back when debugging is turned off.

fubhy’s picture

Status: Active » Postponed (maintainer needs more info)

Please come to #drupal-omega for further assistance. I might need you to send me your theme in order to debug this. I really still cant reproduce it, I swear!

jefdrupal’s picture

Category: bug » support
Status: Postponed (maintainer needs more info) » Closed (works as designed)

.region-user-first {
height: 1px;
}
solution:
user first has to have some height specified or else the above behavior happens.