Changes between Initial Version and Version 2 of Ticket #2070
- Timestamp:
- 10/15/09 13:50:15 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2070
- Property Status changed from new to s1b_analysis_finished
- Property Analysis_owners changed from milen to milen, vanya
-
Ticket #2070 – Description
initial v2 1 Sometimes when you change the value of height or width of a browser frame an exception is thrown. It depends on the difference between the changed numbers. The exception usually happens if you change a number with another one which is 300-400 bigger than the first one. 1 Sometimes when you change the value of height or width of a browser frame an exception is thrown. It depends on the difference between the changed numbers. The exception usually happens if you change a number with one which is with 300-400 bigger than the first one. 2 2 3 For example: 3 4 1. Create a new book. 4 5 2. Insert a browser frame in it. 5 6 3. Open the frame properties HUD. 6 4. Delete the first number of the width value (number 2), so the current value becomes 80. 7 5. Write a big number (7,8,9), so the current value is 780/880/980.Notice an exception appears. 7 4. Delete the first digit of the width value (number 2), so the current value becomes 80. 8 5. Write a higher digit (7,8,9), so the current value is 780/880/980. 9 10 An exception appears but you cannot see what is written in it and you cannot save it.