While editing the content, the edit window is too small. I would like nothing displayed at the right side of the screen (right blocks) and the right blocks instead displayed under the left blocks. That way, the edit window will be bigger because after all this is a sitewide edit system.
Also, java editors seem to be disabled only in this module. I would like the textarea in the edit mode to have the java html editor that every node has.
Comments
Comment #1
njivy commentedTo change the layout, including the widths of the columns, I suggest editing #a-right, #a-left, and #a-middle in audit.css.
Regarding WYSIWYG textarea editors, I see the problem. To help me keep track of it, please open a separate bug report for that issue. One topic per bug report or support request, please.
Comment #2
preferred name commentedsorry for the haste. I will open another bug report later today
Comment #3
preferred name commentedComment #4
njivy commentedHi Steve,
Try this CSS in audit.css:
After you restore the lines in audit.module, #a-left will be above #a-right, but all the blocks will be on the left. This gives your form more room.
Comment #5
preferred name commentedI restored the original module file and edited the audit.css file with your suggestions above. I am using the most current version of mozilla firefox, and the text boxes (a-middle) are displayed as still broken.
Comment #6
njivy commentedWould you manually reload the page? Sometimes the browser caches the CSS file and doesn't use the latest version.
I tested with Firefox, and the 2-column layout worked. What appears broken on yours?
Comment #7
preferred name commentedin addition to the .js files being where they are in the modules/audit directory, I copied them to the drupal/misc
That was needed because the audit .js files were not loading correctly. But after I coped the js files to misc, everything was working correctly, except for my few bug reports.
I cleaned the cache, but this bug still exists. All of the buttons and text (title, log message, body, ect) are displayed correctly, but their text boxes, to input into, are displayed very tightly beside the left block.
In the readme file is the following...
I am assuming that the above was corrected and is no longer a concern in the recent package.
perhaps there is an addition cache that needs cleaned in the database but I did empty all the cache tables.
i am hoping that you are verifying this problem in the latest mozilla firefox browser. If this problem does not exist for you in that browser, could you give me any addition work arounds for this display bug.
Comment #8
preferred name commentedthis removes the right column, so that there is more room for editing. The contents of the right column is now displayed below the contents of the left column.
this code has been tested in firefox v2. Let us know if this code does not work with explorer
edit the css file.
replace...
with...
edit the module file.
replace...
with...
Comment #9
njivy commentedThank you, Steve. Yes, that is another way to move the right column out of the way. I think it will work.
However, I will not update the downloadable file unless more people say they cannot use the right column. You can make your copy do whatever you want, though.
Comment #10
preferred name commentedunderstandable... after all, it has not been tested in the explorer navigator